Home
last modified time | relevance | path

Searched defs:benchmark_name (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/benchmarks/php/
DPhpBenchmark.php47 private $benchmark_name; variable in Google\\Protobuf\\Benchmark\\Benchmark
53 public function __construct($benchmark_name, $args, $total_bytes,
/third_party/skia/third_party/externals/angle2/scripts/
Dprocess_angle_perf_results.py342 def _add_build_info(results, benchmark_name, build_properties): argument
366 def _merge_perf_results(benchmark_name, results_filename, directories, build_properties): argument
398 def _upload_individual(benchmark_name, directories, configuration_name, build_properties, argument
630 def _write_perf_data_to_logfile(benchmark_name, output_file, configuration_name, build_properties, argument
/third_party/benchmark/src/
Dreporter.cc94 std::string BenchmarkReporter::Run::benchmark_name() const { in benchmark_name() function in benchmark::BenchmarkReporter::Run
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dcomplexity.cc182 std::string benchmark_name = in ComputeBigO() local
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/
Dbenchmark.h1277 std::string benchmark_name; member