Home
last modified time | relevance | path

Searched refs:AdjustAndAddValue (Results 1 – 5 of 5) sorted by relevance

/art/libartbase/base/
Dhistogram.h48 void AdjustAndAddValue(Value); // Add a value after dividing it by kAdjust.
Dhistogram-inl.h45 template <class Value> inline void Histogram<Value>::AdjustAndAddValue(Value value) { in AdjustAndAddValue() function
/art/runtime/gc/collector/
Dgarbage_collector.cc182 pause_histogram_.AdjustAndAddValue(pause_time); in Run()
Dconcurrent_copying.cc3681 rb_slow_path_time_histogram_.AdjustAndAddValue( in FinishPhase()
/art/runtime/
Dthread_list.cc539 suspend_all_historam_.AdjustAndAddValue(NanoTime() - suspend_start_time); in FlipThreadRoots()
650 suspend_all_historam_.AdjustAndAddValue(suspend_time); in SuspendAll()