Home
last modified time | relevance | path

Searched refs:GetClockTime (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dtime.cpp23 return GetClockTime<std::chrono::microseconds>(CLOCK_MONOTONIC); in GetClockTimeInMicro()
29 return GetClockTime<std::chrono::milliseconds>(CLOCK_MONOTONIC); in GetClockTimeInMilli()
35 return GetClockTime<std::chrono::nanoseconds>(CLOCK_THREAD_CPUTIME_ID); in GetClockTimeInThreadCpuTime()
/arkcompiler/runtime_core/libpandabase/os/
H A Dtime.cpp36 return GetClockTime<std::chrono::nanoseconds>(CLOCK_THREAD_CPUTIME_ID); in GetClockTimeInThreadCpuTime()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dtime.h24 static uint64_t GetClockTime(clockid_t clock) in GetClockTime() function
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dtime.h25 static uint64_t GetClockTime([[maybe_unused]] clockid_t clock) in GetClockTime() function
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dtime.h26 static uint64_t GetClockTime([[maybe_unused]] clockid_t clock) in GetClockTime() function
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dtime.h27 static uint64_t GetClockTime(clockid_t clock) in GetClockTime() function
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/escompat/
H A DProcess.cpp422 return ark::os::time::GetClockTime<std::chrono::milliseconds>(PROCESS_CLOCK); in GetProcessPastCpuTime()
445 return ark::os::time::GetClockTime<std::chrono::milliseconds>(BOOTTIME_CLOCK); in GetSystemUptime()

Completed in 5 milliseconds