Searched defs:timerName (Results 1 – 2 of 2) sorted by relevance
| /commonlibrary/ets_utils/js_sys_module/console/ |
| D | console.cpp | 614 void Console::PrintTime(std::string timerName, double time, const std::string& log) in PrintTime() 654 std::string timerName = GetTimerOrCounterName(env, info, argc); in Time() local 667 std::string timerName = GetTimerOrCounterName(env, info, argc); in TimeLog() local 685 std::string timerName = GetTimerOrCounterName(env, info, argc); in TimeEnd() local
|
| /commonlibrary/ets_utils/js_sys_module/console/test/ |
| D | test_console.cpp | 145 void ConsoleTest::PrintTime(std::string timerName, double time, std::string& log) in PrintTime() 637 std::string timerName = "abc"; // Random value variable
|