HomeSort by relevance Sort by last modified time
    Searched refs:AdjustAndAddValue (Results 1 - 5 of 5) sorted by null

  /art/runtime/base/
histogram.h 48 void AdjustAndAddValue(Value); // Add a value after dividing it by kAdjust.
histogram-inl.h 43 template <class Value> inline void Histogram<Value>::AdjustAndAddValue(Value value) {
  /art/runtime/gc/collector/
garbage_collector.cc 115 pause_histogram_.AdjustAndAddValue(pause_time);
concurrent_copying.cc     [all...]
  /art/runtime/
thread_list.cc 554 suspend_all_historam_.AdjustAndAddValue(NanoTime() - suspend_start_time);
665 suspend_all_historam_.AdjustAndAddValue(suspend_time);
    [all...]

Completed in 1476 milliseconds