Home
last modified time | relevance | path

Searched defs:clock (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dtime.h25 static uint64_t GetClockTime([[maybe_unused]] clockid_t clock) in GetClockTime()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dtime.h24 static uint64_t GetClockTime(clockid_t clock) in GetClockTime()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dtime.h26 static uint64_t GetClockTime([[maybe_unused]] clockid_t clock) in GetClockTime()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dtime.h27 static uint64_t GetClockTime(clockid_t clock) in GetClockTime()
/arkcompiler/ets_runtime/common_components/base/
Dtime_utils.cpp34 uint64_t ClockTime(clockid_t clock) in ClockTime()
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/templates/
DTemplate.swift178 let clock = ContinuousClock() variable