Searched refs:duration (Results 1 – 2 of 2) sorted by relevance
479 uint64_t duration = NanoTime() - start_ns_; in Dump() local482 << ") in " << PrettyDuration(duration); in Dump()
1267 const size_t duration = collector->GetDurationNs(); in CollectGarbageInternal() local1270 bool was_slow = duration > long_gc_log_threshold_ || in CollectGarbageInternal()1271 (gc_cause == kGcCauseForAlloc && duration > long_pause_log_threshold_); in CollectGarbageInternal()1294 << " total " << PrettyDuration((duration / 1000) * 1000); in CollectGarbageInternal()