Home
last modified time | relevance | path

Searched refs:FunctionCallTimer (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dfunction_call_timer.cpp21 void FunctionCallTimer::StartCount(size_t id, bool isAot) in StartCount()
38 void FunctionCallTimer::StopCount(Method *method) in StopCount()
52 CString FunctionCallTimer::GetFullName(Method *method) in GetFullName()
60 void FunctionCallTimer::InitialStatAndTimer(Method *method, size_t methodId, bool isAot) in InitialStatAndTimer()
82 void FunctionCallTimer::PrintAllStats() in PrintAllStats()
121 void FunctionCallTimer::ResetStat() in ResetStat()
Dfunction_call_timer.h67 class FunctionCallTimer {
69 FunctionCallTimer() = default;
70 ~FunctionCallTimer() = default;
Dcaller_stat.h128 friend class FunctionCallTimer; variable
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h93 class FunctionCallTimer; variable
595 FunctionCallTimer *GetCallTimer() const in GetCallTimer()
900 FunctionCallTimer *callTimer_ {nullptr};
Decma_vm.cpp292 callTimer_ = new FunctionCallTimer(); in Initialize()