| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| console_reporter.cc | 133 const double real_time = result.GetAdjustedRealTime(); local 135 const std::string real_time_str = FormatTime(real_time); 141 printer(Out, COLOR_YELLOW, "%10.2f %-4s %10.2f %-4s ", real_time, big_o.c_str(), 144 printer(Out, COLOR_YELLOW, "%10.0f %-4s %10.0f %-4s ", real_time * 100, "%",
|
| /src/external/apache2/llvm/dist/llvm/utils/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,
|
| /src/games/atc/ |
| struct.h | 112 int real_time; member in struct:__anon93
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Module.cc | 206 const time_t real_time = (time_t) (unsigned int) real_timestamp; local 253 snprintf (timebuf2, sizeof (timebuf2), NTXT ("%s"), ctime (&real_time));
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Module.cc | 206 const time_t real_time = (time_t) (unsigned int) real_timestamp; local 253 snprintf (timebuf2, sizeof (timebuf2), NTXT ("%s"), ctime (&real_time));
|