Searched refs:benchmark_ (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | benchmark_api_internal.cc | 14 : benchmark_(*benchmark), in BenchmarkInstance() 19 time_unit_(benchmark_.time_unit_), in BenchmarkInstance() 23 complexity_(benchmark_.complexity_), in BenchmarkInstance() 27 min_time_(benchmark_.min_time_), in BenchmarkInstance() 30 name_.function_name = benchmark_.name_; in BenchmarkInstance() 53 if (benchmark_.iterations_ != 0) { in BenchmarkInstance() 58 if (benchmark_.repetitions_ != 0) { in BenchmarkInstance() 66 if (benchmark_.use_manual_time_) { in BenchmarkInstance() 82 setup_ = benchmark_.setup_; in BenchmarkInstance() 83 teardown_ = benchmark_.teardown_; in BenchmarkInstance() [all …]
|
| H A D | benchmark_api_internal.h | 50 Benchmark& benchmark_; variable
|
| /llvm-project-15.0.7/mlir/utils/mbr/mbr/ |
| H A D | config.ini | 2 function_prefix = benchmark_ 3 filename_prefix = benchmark_
|
| /llvm-project-15.0.7/mlir/utils/mbr/ |
| H A D | README.md | 33 The benchmark function's name must be prefixed by `"benchmark_"` and benchmarks 34 must be in the python files prefixed by `"benchmark_` for them to be
|
| /llvm-project-15.0.7/third-party/benchmark/docs/ |
| H A D | tools.md | 34 …ions. They can be anything that binary accepts, be it either normal `--benchmark_*` parameters, or… 99 …ions. They can be anything that binary accepts, be it either normal `--benchmark_*` parameters, or… 150 …ions. They can be anything that binary accepts, be it either normal `--benchmark_*` parameters, or…
|