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

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

Completed in 50 milliseconds