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

  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
reporter.cc 76 double new_time = real_accumulated_time * GetTimeUnitMultiplier(time_unit);
82 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit);
benchmark_api_internal.h 21 TimeUnit time_unit; member in struct:benchmark::internal::Benchmark::Instance
complexity.cc 199 double multiplier = GetTimeUnitMultiplier(reports[0].time_unit);
213 rms.time_unit = reports[0].time_unit;
csv_reporter.cc 36 "time_unit", "bytes_per_second", "items_per_second", "label",
116 Out << GetTimeUnitString(run.time_unit);
json_reporter.cc 170 << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
179 out << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
statistics.cc 163 data.time_unit = reports[0].time_unit;
console_reporter.cc 141 const char* timeLabel = GetTimeUnitString(result.time_unit);
benchmark.cc 129 report.time_unit = b.time_unit;
benchmark_register.cc 160 instance.time_unit = family->time_unit_;
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
benchmark_api_internal.h 23 TimeUnit time_unit; member in struct:benchmark::internal::BenchmarkInstance
reporter.cc 94 double new_time = real_accumulated_time * GetTimeUnitMultiplier(time_unit);
100 double new_time = cpu_accumulated_time * GetTimeUnitMultiplier(time_unit);
complexity.cc 205 double multiplier = GetTimeUnitMultiplier(reports[0].time_unit);
221 rms.time_unit = reports[0].time_unit;
csv_reporter.cc 36 "time_unit", "bytes_per_second", "items_per_second", "label",
120 Out << GetTimeUnitString(run.time_unit);
json_reporter.cc 193 << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
200 out << indent << FormatKV("time_unit", GetTimeUnitString(run.time_unit));
statistics.cc 173 data.time_unit = reports[0].time_unit;
console_reporter.cc 147 const char* timeLabel = GetTimeUnitString(result.time_unit);
benchmark_runner.cc 77 report.time_unit = b.time_unit;
benchmark_register.cc 160 instance.time_unit = family->time_unit_;
  /src/external/bsd/openldap/dist/libraries/liblutil/
utils.c 944 static char time_unit[] = "dhms"; variable
980 what = strchr( time_unit, next[ 0 ] );
985 if ( what - time_unit <= sofar ) {
989 sofar = what - time_unit;
1016 len = snprintf( ptr, buflen, "%lu%c", v[ i ], time_unit[ i ] );
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/gbench/
report.py 129 time_unit = (x['time_unit']
133 x['time_unit'] == time_unit]
135 x['time_unit'] == time_unit]
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 1328 time_unit(kNanosecond),
1351 TimeUnit time_unit; member in struct:benchmark::BenchmarkReporter::Run
1356 // specified by 'time_unit'.
1362 // specified by 'time_unit'.
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
benchmark.h 1275 time_unit(kNanosecond),
1294 TimeUnit time_unit;
1299 // specified by 'time_unit'.
1305 // specified by 'time_unit'.

Completed in 70 milliseconds