Searched refs:PrintTime (Results 1 – 4 of 4) sorted by relevance
/third_party/lzma/CPP/7zip/Compress/ |
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()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
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) in PrintTime() function 735 PrintTime("Kernel ", (UInt64)t.tms_stime, totalTime, kFreq); in PrintStat() 736 PrintTime("User ", (UInt64)t.tms_utime, totalTime, kFreq); in PrintStat() 737 PrintTime("Process", (UInt64)t.tms_utime + (UInt64)t.tms_stime, totalTime, kFreq); in PrintStat() 738 PrintTime("Global ", totalTime, totalTime, 0); in PrintStat()
|
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/ |
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()
|