Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
H A Dhistogram.h80 double GetAvg() const in GetAvg() function in ark::SimpleHistogram
90 return sumOfSquares_ / static_cast<double>(count_) - GetAvg() * GetAvg(); in GetDispersion()
H A Dhistogram-inl.h40 statistic << "Avg: " << helpers::ValueConverter(GetAvg(), typeOfValue_) << " "; in GetGeneralStatistic()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dhistogram_test.cpp50 ASSERT_EQ(lhs.GetAvg(), rhs.GetAvg()); in CompareTwoHistogram()
112 ASSERT_EQ(hist.GetAvg(), 251_I); in TEST_F()
127 ASSERT_EQ(hist.GetAvg(), 251_I); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_stats.cpp293 statistic << "Average GC reclaim bytes ratio " << reclaimBytes_.GetAvg() << " over " << reclaimBytes_.GetCount() in GetDump()
298 statistic << "Average minor GC copied live bytes ratio " << copiedBytes_.GetAvg() << " over " in GetDump()
324 << " mean time: " << helpers::TimeConverter(youngTotalTimeHist.GetAvg()) << "\n"; in GetYoungSpaceDump()
349 << " mean time: " << helpers::TimeConverter(totalTimeHist.GetAvg()) << "\n"; in GetAllSpacesDump()

Completed in 2 milliseconds