Home | History | Annotate | Download | only in gc

Lines Matching full:total_seconds

830     const double total_seconds = static_cast<double>(total_duration / 1000) / 1000000.0;
833 << PrettySize(GetBytesFreedEver() / total_seconds) << "/s\n";
835 << (GetObjectsFreedEver() / total_seconds) << " objects/s\n";