Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Druntime_stat.h43 void PUBLIC_API StartCount(PandaRuntimeTimer *timer, int callerId);
66 RuntimeTimerScope(int callerId, EcmaRuntimeStat *stat) in RuntimeTimerScope() argument
72 stats_->StartCount(&timer_, callerId); in RuntimeTimerScope()
H A Druntime_stat.cpp30 void EcmaRuntimeStat::StartCount(PandaRuntimeTimer *timer, int callerId) in StartCount() argument
37 PandaRuntimeCallerStat *callerStat = &callerStat_[callerId]; in StartCount()

Completed in 1 milliseconds