Searched refs:PrintTime (Results 1 - 4 of 4) sorted by relevance
/third_party/lzma/CPP/7zip/Compress/ |
H A D | LzmaEncoder.cpp | 236 static void PrintTime(const char *s, UInt64 val, UInt64 total)
in PrintTime() function 291 PrintTime("K", newStat.kernelTime, totalTime);
in PrintStat() 295 PrintTime("U", newStat.userTime, totalTime);
in PrintStat() 296 PrintTime("S", processTime, totalTime);
in PrintStat() 298 // PrintTime("G ", totalTime, totalTime);
in PrintStat() 348 // PrintTime("Total: ", totalTime, totalTime);
in Code()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | Main.cpp | 500 static void PrintTime(const char *s, UInt64 val, UInt64 total)
in PrintTime() function 621 PrintTime("Kernel ", kernelTime, totalTime);
in PrintStat() 634 PrintTime("User ", userTime, totalTime);
in PrintStat() 648 PrintTime("Process", processTime, totalTime);
in PrintStat() 653 PrintTime("Global ", totalTime, totalTime);
in PrintStat() 671 static void PrintTime(const char *s, UInt64 val, UInt64 total_us, UInt64 kFreq)
735 PrintTime("Kernel ", (UInt64)t.tms_stime, totalTime, kFreq);
736 PrintTime("User ", (UInt64)t.tms_utime, totalTime, kFreq);
737 PrintTime("Process", (UInt64)t.tms_utime + (UInt64)t.tms_stime, totalTime, kFreq);
738 PrintTime("Globa [all...] |
H A D | List.cpp | 501 static void PrintTime(char *dest, const CListFileTimeDef &t, bool showNS)
in PrintTime() function 681 PrintTime(temp + tempPos, t, techMode);
in PrintItemInfo() 754 PrintTime(s, st.MTime, false); // showNS
in PrintSum()
|
/third_party/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 5548 static Flags PrintTime(bool print_time) { in PrintTime() function 5988 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::PrintTime(true), false); in TEST_F() 5997 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::PrintTime(true), false); in TEST_F() 6006 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::PrintTime(false), false); in TEST_F() 6015 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::PrintTime(false), false); in TEST_F() 6024 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::PrintTime(false), false); in TEST_F()
|
Completed in 15 milliseconds