Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Druntime_stat.cpp37 PandaRuntimeCallerStat *callerStat = &callerStat_[callerId]; in StartCount() local
38 timer->Start(callerStat, parent); in StartCount()
80 CVector<PandaRuntimeCallerStat> callerStat; in PrintAllStats() local
82 callerStat.push_back(runCallerStat); in PrintAllStats()
85 std::sort(callerStat.begin(), callerStat.end(), in PrintAllStats()
96 for (auto &runCallerStat : callerStat) { in PrintAllStats()
H A Dcaller_stat.cpp19 void PandaRuntimeTimer::Start(PandaRuntimeCallerStat *callerStat, PandaRuntimeTimer *parent) in Start() argument
22 callerStat_ = callerStat; in Start()
H A Dcaller_stat.h87 void Start(PandaRuntimeCallerStat *callerStat, PandaRuntimeTimer *parent);

Completed in 2 milliseconds