Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dcaller_stat.h29 class PandaRuntimeCallerStat { class
32 explicit PandaRuntimeCallerStat(const CString &name) : name_(name) {} in PandaRuntimeCallerStat() function in panda::ecmascript::PandaRuntimeCallerStat
33 PandaRuntimeCallerStat() = default;
34 virtual ~PandaRuntimeCallerStat() = default;
36 DEFAULT_NOEXCEPT_MOVE_SEMANTIC(PandaRuntimeCallerStat);
37 DEFAULT_COPY_SEMANTIC(PandaRuntimeCallerStat);
87 void Start(PandaRuntimeCallerStat *callerStat, PandaRuntimeTimer *parent);
122 PandaRuntimeCallerStat *callerStat_ {nullptr};
H A Druntime_stat.cpp26 callerStat_.emplace_back(PandaRuntimeCallerStat(CString(runtimeCallerNames[i]))); in EcmaRuntimeStat()
37 PandaRuntimeCallerStat *callerStat = &callerStat_[callerId]; in StartCount()
80 CVector<PandaRuntimeCallerStat> callerStat; in PrintAllStats()
86 [](const PandaRuntimeCallerStat &a, const PandaRuntimeCallerStat &b) -> bool { in PrintAllStats()
H A Dfunction_call_timer.h53 class FunctionCallStat : public PandaRuntimeCallerStat {
55 explicit FunctionCallStat(const CString &name, bool isAot) : PandaRuntimeCallerStat(name), isAot_(isAot) {} in FunctionCallStat()
H A Dcaller_stat.cpp19 void PandaRuntimeTimer::Start(PandaRuntimeCallerStat *callerStat, PandaRuntimeTimer *parent) in Start()
H A Druntime_stat.h52 CVector<PandaRuntimeCallerStat> callerStat_ {};

Completed in 3 milliseconds