Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Druntime_stat.cpp72 static constexpr int numberRightAdjustment = 12; in PrintAllStats() local
74 << std::setw(numberRightAdjustment) << "Time(ns)" << std::setw(numberRightAdjustment) << "Count" in PrintAllStats()
75 << std::setw(numberRightAdjustment) << "MaxTime(ns)" in PrintAllStats()
76 << std::setw(numberRightAdjustment) << "AvgTime(ns)"; in PrintAllStats()
112 << std::setw(numberRightAdjustment) << runCallerStat.TotalTime() in PrintAllStats()
113 << std::setw(numberRightAdjustment) << runCallerStat.TotalCount() in PrintAllStats()
114 << std::setw(numberRightAdjustment) << runCallerStat.MaxTime() in PrintAllStats()
115 << std::setw(numberRightAdjustment) in PrintAllStats()
122 << std::setw(numberRightAdjustment) << interpreterTotalTim in PrintAllStats()
[all...]
H A Dopt_code_profiler.cpp40 static constexpr int numberRightAdjustment = 15; in PrintAndReset() local
43 << std::setw(numberRightAdjustment) << "bcIndex" in PrintAndReset()
44 << std::setw(numberRightAdjustment) << "Count" in PrintAndReset()
45 << std::setw(numberRightAdjustment) << "TypedPathCount" in PrintAndReset()
46 << std::setw(numberRightAdjustment) << "SlowPathCount" in PrintAndReset()
47 << std::setw(numberRightAdjustment + 1) << "TypedPathRate"; in PrintAndReset()
62 << std::setw(numberRightAdjustment) << "NA" in PrintAndReset()
63 << std::setw(numberRightAdjustment) << val.Count() in PrintAndReset()
64 << std::setw(numberRightAdjustment) << val.TypedPathCount() in PrintAndReset()
65 << std::setw(numberRightAdjustment) << va in PrintAndReset()
155 static constexpr int numberRightAdjustment = 15; FilterMethodToPrint() local
[all...]
H A Dfunction_call_timer.cpp86 static constexpr int numberRightAdjustment = 15; in PrintAllStats() local
88 << std::setw(numberRightAdjustment) << "Type" in PrintAllStats()
89 << std::setw(numberRightAdjustment) << "Time(ns)" << std::setw(numberRightAdjustment) << "Count" in PrintAllStats()
90 << std::setw(numberRightAdjustment) << "MaxTime(ns)" in PrintAllStats()
91 << std::setw(numberRightAdjustment) << "AvgTime(ns)"; in PrintAllStats()
112 << std::setw(numberRightAdjustment) << type in PrintAllStats()
113 << std::setw(numberRightAdjustment) << stat.TotalTime() in PrintAllStats()
114 << std::setw(numberRightAdjustment) << stat.TotalCount() in PrintAllStats()
115 << std::setw(numberRightAdjustment) << sta in PrintAllStats()
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.cpp567 static constexpr int numberRightAdjustment = 30; in PrintAOTSnapShotStats() local
569 << std::setw(numberRightAdjustment) << "Count"; in PrintAOTSnapShotStats()
573 << std::setw(numberRightAdjustment) << iter.second; in PrintAOTSnapShotStats()

Completed in 3 milliseconds