Searched refs:total_seconds (Results 1 – 3 of 3) sorted by relevance
52 elem[0] = int((elem_date_time - first_access_time).total_seconds() *
692 if test_time.total_seconds() != 0 and verbose:
1154 const double total_seconds = total_duration / 1.0e9; in DumpGcPerformanceInfo() local1158 << PrettySize(GetBytesFreedEver() / total_seconds) << "/s" in DumpGcPerformanceInfo()1162 << (GetObjectsFreedEver() / total_seconds) << " objects/s\n"; in DumpGcPerformanceInfo()