HomeSort by: relevance | last modified time | path
    Searched refs:run_type (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/less/dist/
mkutable 105 } elsif (not $$out{in_run} or $type ne $$out{run_type} or $code != $prev_code+1) {
116 $$out{run_type} = $type;
123 printf "\t{ 0x%04x, 0x%04x }, /* %s */\n", $$out{start_code}, $code, $$out{run_type};
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
reporter.cc 87 if (run_type == RT_Aggregate) {
complexity.cc 192 big_o.run_type = BenchmarkReporter::Run::RT_Aggregate;
211 rms.run_type = BenchmarkReporter::Run::RT_Aggregate;
json_reporter.cc 172 out << indent << FormatKV("run_type", [&run]() -> const char* {
173 switch (run.run_type) {
181 if (run.run_type == BenchmarkReporter::Run::RT_Aggregate) {
statistics.cc 151 data.run_type = BenchmarkReporter::Run::RT_Aggregate;
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 1325 : run_type(RT_Iteration),
1344 RunType run_type; // is this a measurement, or an aggregate? member in struct:benchmark::BenchmarkReporter::Run

Completed in 21 milliseconds