Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Druntime_stat.h64 class RuntimeTimerScope { class
66 RuntimeTimerScope(int callerId, EcmaRuntimeStat *stat) in RuntimeTimerScope() function in panda::ecmascript::RuntimeTimerScope
74 ~RuntimeTimerScope() in ~RuntimeTimerScope()
80 NO_COPY_SEMANTIC(RuntimeTimerScope);
81 NO_MOVE_SEMANTIC(RuntimeTimerScope);
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h1280 RuntimeTimerScope interpret_##name##_scope_(INTERPRETER_CALLER_ID(name) _run_stat_)
1286 RuntimeTimerScope interpret_##name##_scope_(RUNTIME_CALLER_ID(name) _run_stat_); \
1292 RuntimeTimerScope interpret_##name##_scope_(RUNTIME_CALLER_ID(name) _run_stat_);
1311 RuntimeTimerScope builtins_##class##name##_scope_(BUILTINS_API_ID(class, name) _run_stat_)
1317 RuntimeTimerScope abstract_##class##name##_scope_(ABSTRACT_OPERATION_ID(class, name) _run_stat_)
1327 RuntimeTimerScope mem_##name##_scope_(MEM_ALLOCATE_AND_GC_ID(name) _run_stat_)

Completed in 3 milliseconds