Home
last modified time | relevance | path

Searched refs:GetCurTime (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/kernel_lite/utils/
H A Dlog.h34 static float GetCurTime(void) in GetCurTime() function
40 #define LOGD(format, ...) fprintf(stdout, "[%.06f] " format "\n", GetCurTime(), ##__VA_ARGS__)
41 #define LOG(format, ...) fprintf(stdout, "[%.06f] " format "\n", GetCurTime(), ##__VA_ARGS__)
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A Dlog.h30 static float GetCurTime(void) in GetCurTime() function
36 #define LOGD(format, ...) fprintf(stdout, "[%.06f] " format "\n", GetCurTime(), ##__VA_ARGS__)
37 #define LOG(format, ...) fprintf(stdout, "[%.06f] " format "\n", GetCurTime(), ##__VA_ARGS__)

Completed in 1 milliseconds