Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
H A Dtime.cpp23 static uint64_t GetCurrentTime(bool need_system) in GetCurrentTime() argument
25 if (need_system) { in GetCurrentTime()
34 uint64_t GetCurrentTimeInMillis(bool need_system) in GetCurrentTimeInMillis() argument
36 return GetCurrentTime<std::chrono::milliseconds>(need_system); in GetCurrentTimeInMillis()
42 uint64_t GetCurrentTimeInNanos(bool need_system) in GetCurrentTimeInNanos() argument
44 return GetCurrentTime<std::chrono::nanoseconds>(need_system); in GetCurrentTimeInNanos()
H A Dtime.h30 uint64_t GetCurrentTimeInMillis(bool need_system = false);
35 uint64_t GetCurrentTimeInNanos(bool need_system = false);

Completed in 1 milliseconds