Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_stats.cpp97 statistic << "Total GC count: " << durationInfo.GetSum() << "\n"; in GetFinalStatistics()
99 statistic << "Total blocking GC count: " << durationInfo.GetSum() << "\n"; in GetFinalStatistics()
280 bool youngSpace = timeStats_[ToIndex(TimeTypeStats::YOUNG_TOTAL_TIME)].GetSum() > 0U; in GetDump()
281 bool allSpace = timeStats_[ToIndex(TimeTypeStats::ALL_TOTAL_TIME)].GetSum() > 0U; in GetDump()
319 auto youngTotalTime = helpers::TimeConverter(youngTotalTimeHist.GetSum()); in GetYoungSpaceDump()
320 auto youngTotalFreedObj = objectsStats_[ToIndex(ObjectTypeStats::YOUNG_FREED_OBJECTS)].GetSum(); in GetYoungSpaceDump()
321 auto youngTotalFreedBytes = memoryStats_[ToIndex(MemoryTypeStats::YOUNG_FREED_BYTES)].GetSum(); in GetYoungSpaceDump()
344 auto totalTime = helpers::TimeConverter(totalTimeHist.GetSum()); in GetAllSpacesDump()
345 auto totalFreedObj = objectsStats_[ToIndex(ObjectTypeStats::ALL_FREED_OBJECTS)].GetSum(); in GetAllSpacesDump()
346 auto totalFreedBytes = memoryStats_[ToIndex(MemoryTypeStats::ALL_FREED_BYTES)].GetSum(); in GetAllSpacesDump()
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dhistogram_test.cpp47 ASSERT_EQ(lhs.GetSum(), rhs.GetSum()); in CompareTwoHistogram()
109 ASSERT_EQ(hist.GetSum(), 1757_I); in TEST_F()
124 ASSERT_EQ(hist.GetSum(), IntWrapper(1757_I)); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dcoroutine_stats.cpp144 ss << "INIT [us]: " << (GetTimeStatValue(CoroutineTimeStats::INIT).GetSum() / NS_IN_MICROSECOND) << "\n"; in GetBriefStatistics()
179 metricData[aggrId] += ws->GetTimeStatValue(id).GetSum(); in GenerateTimeStatsDataArray()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dhistogram.h65 Value GetSum() const in GetSum() function in ark::SimpleHistogram

Completed in 3 milliseconds