Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dfunction_call_timer.cpp29 FunctionCallStat *calleeStat = nullptr; in StartCount() local
31 calleeStat = &aotCallStat_[id]; in StartCount()
33 calleeStat = &intCallStat_[id]; in StartCount()
35 calleeTimer->Start(calleeStat, callerTimer); in StartCount()

Completed in 1 milliseconds