Searched defs:total_seconds (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc850 const double total_seconds = static_cast<double>(total_duration / 1000) / 1000000.0; local
853 << PrettySize(GetBytesFreedEver() / total_seconds) << "/s\n";
855 << (GetObjectsFreedEver() / total_seconds) << " objects/s\n";

Completed in 27 milliseconds