Home
last modified time | relevance | path

Searched refs:Measure (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSchedClassResolution.cpp282 BenchmarkMeasure &Measure = std::get<0>(I); in getAsPoint() local
294 Measure.PerInstructionValue = in getAsPoint()
299 Measure.PerInstructionValue = SCDesc->NumMicroOps; in getAsPoint()
/llvm-project-15.0.7/lldb/examples/python/
H A Dperformance.py289 def Measure(self): member in Measurement
314 def Measure(self): member in MemoryMeasurement
399 mem.Measure()
/llvm-project-15.0.7/mlir/test/Integration/Dialect/Async/CPU/
H A Dmicrobench-linalg-async-parallel-for.mlir109 // Measure execution time.
H A Dmicrobench-scf-async-parallel-for.mlir131 // Measure execution time.
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Duser_guide.md809 // Measure the time spent by the main thread, use it to decide for how long to
815 // Measure the user-visible time, the wall clock (literally, the time that
822 // Measure the total CPU consumption, use it to decide for how long to
827 // A mixture of the last two. Measure the total CPU consumption, but use the
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td4975 HelpText<"Measure the parse tree">;