Searched refs:PrintTime (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_sys_module/console/test/ |
H A D | test_console.h | 40 static void PrintTime(std::string timerName, double time, std::string& log);
|
H A D | test_console.cpp | 91 void ConsoleTest::PrintTime(std::string timerName, double time, std::string& log) in PrintTime() function in ConsoleTest 93 Console::PrintTime(timerName, time, log); in PrintTime() 724 ConsoleTest::PrintTime(name, ms, log); 730 ConsoleTest::PrintTime(name, seconds, log); 736 ConsoleTest::PrintTime(name, minutes, log); 742 ConsoleTest::PrintTime(name, hours, log);
|
/ohos5.0/commonlibrary/ets_utils/js_sys_module/console/ |
H A D | console.h | 67 static void PrintTime(std::string timerName, double time, const std::string& log);
|
H A D | console.cpp | 617 void Console::PrintTime(std::string timerName, double time, const std::string& log) in PrintTime() function in OHOS::JsSysModule::Console 677 PrintTime(timerName, ms, content); in TimeLog() 694 PrintTime(timerName, ms, ""); in TimeEnd()
|