Searched refs:FunctionCallTimer (Results 1 – 5 of 5) sorted by relevance
21 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()
67 class FunctionCallTimer {69 FunctionCallTimer() = default;70 ~FunctionCallTimer() = default;
128 friend class FunctionCallTimer; variable
83 class FunctionCallTimer; variable389 FunctionCallTimer *GetCallTimer() const in GetCallTimer()480 FunctionCallTimer *callTimer_ {nullptr};
221 callTimer_ = new FunctionCallTimer(); in Initialize()