HomeSort by relevance Sort by last modified time
    Searched defs:real_time (Results 1 - 4 of 4) sorted by null

  /external/google-benchmark/src/
console_reporter.cc 130 const double real_time = result.GetAdjustedRealTime(); local
135 printer(Out, COLOR_YELLOW, "%10.2f %s %10.2f %s ", real_time, big_o.c_str(),
138 printer(Out, COLOR_YELLOW, "%10.0f %% %10.0f %% ", real_time * 100,
142 printer(Out, COLOR_YELLOW, "%10.0f %s %10.0f %s ", real_time, timeLabel,
  /external/libcxx/utils/google-benchmark/src/
console_reporter.cc 130 const double real_time = result.GetAdjustedRealTime(); local
135 printer(Out, COLOR_YELLOW, "%10.2f %s %10.2f %s ", real_time, big_o.c_str(),
138 printer(Out, COLOR_YELLOW, "%10.0f %% %10.0f %% ", real_time * 100,
142 printer(Out, COLOR_YELLOW, "%10.0f %s %10.0f %s ", real_time, timeLabel,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
console_reporter.cc 115 const double real_time = result.GetAdjustedRealTime(); local
120 printer(Out, COLOR_YELLOW, "%10.2f %s %10.2f %s ", real_time, big_o.c_str(),
123 printer(Out, COLOR_YELLOW, "%10.0f %% %10.0f %% ", real_time * 100,
127 printer(Out, COLOR_YELLOW, "%10.0f %s %10.0f %s ", real_time, timeLabel,
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
hog.c 41 uint64_t real_time; member in struct:PokeResult
192 result.real_time = DiffTimespec(time_start, time_end);

Completed in 859 milliseconds