Home
last modified time | relevance | path

Searched refs:PrintTime (Results 1 – 4 of 4) sorted by relevance

/third_party/lzma/CPP/7zip/Compress/
DLzmaEncoder.cpp236 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/
DMain.cpp500 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()
DList.cpp501 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/
Dgtest_unittest.cc5548 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()