Home
last modified time | relevance | path

Searched refs:GetClockTimeInThreadCpuTime (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dtiming.h91 …sh_back(TimeLabel(tag, time::GetCurrentTimeInNanos(), ark::os::time::GetClockTimeInThreadCpuTime(), in NewSection()
97 …ush_back(TimeLabel("", time::GetCurrentTimeInNanos(), ark::os::time::GetClockTimeInThreadCpuTime(), in EndSection()
Dthread_manager.h169 int64_t start = ark::os::time::GetClockTimeInThreadCpuTime(); in EnumerateThreadsForDump()
178 end = ark::os::time::GetClockTimeInThreadCpuTime(); in EnumerateThreadsForDump()
/arkcompiler/runtime_core/libpandabase/os/
Dtime.h27 uint64_t GetClockTimeInThreadCpuTime();
Dtime.cpp34 uint64_t GetClockTimeInThreadCpuTime() in GetClockTimeInThreadCpuTime() function
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dtime.cpp33 uint64_t GetClockTimeInThreadCpuTime() in GetClockTimeInThreadCpuTime() function
Dtime.h40 PANDA_PUBLIC_API uint64_t GetClockTimeInThreadCpuTime();
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_adaptive_stack.cpp117 startTime_ = ark::os::time::GetClockTimeInThreadCpuTime(); in IsHighTaskCreationRate()
121 uint64_t curTime = ark::os::time::GetClockTimeInThreadCpuTime(); in IsHighTaskCreationRate()