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