Searched refs:ExTime (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/utils/ |
H A D | exlog.h | 24 void ExTime(Logger &logger, enum Logger::LOG_PHASE phase); 33 ExTime, Logger::AppendFunc, Logger::OutputByFileLog, "exlog", NULL) 35 ExTime, Logger::AppendFuncLine, Logger::OutputByFileLog, "exlog", NULL) 37 ExTime, Logger::AppendFileLine, Logger::OutputByFileLog, "exlog", NULL) 39 ExTime, Logger::AppendFileFuncLine, Logger::OutputByFileLog, "exlog", NULL) 43 ExTime, Logger::AppendPidTid, Logger::AppendFunc, Logger::OutputByFileLog, "exlog", NULL) 45 ExTime, Logger::AppendPidTid, Logger::AppendFuncLine, Logger::OutputByFileLog, "exlog", NULL) 47 ExTime, Logger::AppendPidTid, Logger::AppendFileLine, Logger::OutputByFileLog, "exlog", NULL) 49 ExTime, Logger::AppendPidTid, Logger::AppendFileFuncLine, Logger::OutputByFileLog, "exlog", NULL)
|
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_test/ |
H A D | texgine_test.cpp | 74 ExTime(logger1, Logger::LOG_PHASE::BEGIN); in HWTEST_F() 75 ExTime(logger1, Logger::LOG_PHASE::END); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/ |
H A D | exlog.cpp | 25 void ExTime(Logger &algnlogger, enum Logger::LOG_PHASE phase) in ExTime() function
|
Completed in 2 milliseconds