Searched refs:duration (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/collector/
H A Diteration.h80 void SetDurationNs(uint64_t duration) { argument
81 duration_ns_ = duration;
/art/runtime/gc/
H A Dheap.cc275 last_update_time_gc_count_rate_histograms_( // Round down by the window duration.
1069 last_update_time_gc_count_rate_histograms_ = // Round down by the window duration.
1371 VLOG(heap) << "Heap trim of managed (duration=" << PrettyDuration(gc_heap_end_ns - start_ns)
1943 uint64_t duration = NanoTime() - start_time; local
1944 VLOG(heap) << "Heap homogeneous space compaction took " << PrettyDuration(duration) << " size: "
2100 uint64_t duration = NanoTime() - start_time; local
2118 << PrettyDuration(duration) << saved_str;
2638 const size_t duration = GetCurrentGcIteration()->GetDurationNs(); local
2645 log_gc = duration > long_gc_log_threshold_ ||
2646 (gc_cause == kGcCauseForAlloc && duration > long_pause_log_threshold
[all...]
/art/runtime/hprof/
H A Dhprof.cc479 const uint64_t duration = NanoTime() - start_ns_; variable
481 << ") in " << PrettyDuration(duration)

Completed in 233 milliseconds