Home | History | Annotate | Download | only in gc

Lines Matching refs:total_seconds

461     const double total_seconds = static_cast<double>(total_duration / 1000) / 1000000.0;
464 << PrettySize(GetBytesFreedEver() / total_seconds) << "/s\n";
466 << (GetObjectsFreedEver() / total_seconds) << " objects/s\n";