Home
last modified time | relevance | path

Searched defs:Timer (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_timer.h70 struct Timer { struct
93 MPLTimerManager() = default; argument
101 Timer &GetTimerFormKey(const std::string &key) in GetTimerFormKey() argument
/arkcompiler/runtime_core/static_core/runtime/
Dtime_utils.cpp26 Timer::Timer(uint64_t *duration, bool needRestart) : duration_(duration), startTime_(GetCurrentTime… in Timer() function in ark::time::Timer
/arkcompiler/ets_runtime/common_components/log/
Dlog.h270 explicit Timer(const std::string pName) : name_(pName) in Timer() function
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dhelpers.py158 class Timer: class
Dreport.py592 timer: Optional[Timer] = None) -> None: