Home
last modified time | relevance | path

Searched refs:total_objects (Results 1 – 1 of 1) sorted by relevance

/ark/runtime_core/runtime/mem/gc/
Dgc_stats.cpp53 auto total_objects = mem_stats_->GetTotalObjectsAllocated(); in GetFinalStatistics() local
76 …statistic << "Mean GC object throughput: " << std::scientific << total_objects / total_time_gc.Get… in GetFinalStatistics()
78 statistic << "Total number of allocations " << total_objects << "\n"; in GetFinalStatistics()