Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dhistogram.h51 void AdjustAndAddValue(Value); // Add a value after dividing it by kAdjust.
H A Dhistogram-inl.h45 template <class Value> inline void Histogram<Value>::AdjustAndAddValue(Value value) { in AdjustAndAddValue() function
/aosp12/art/runtime/gc/collector/
H A Dgarbage_collector.cc195 pause_histogram_.AdjustAndAddValue(pause_time); in Run()
H A Dconcurrent_copying.cc3787 rb_slow_path_time_histogram_.AdjustAndAddValue( in FinishPhase()
/aosp12/art/runtime/
H A Dthread_list.cc531 suspend_all_historam_.AdjustAndAddValue(NanoTime() - suspend_start_time); in FlipThreadRoots()
642 suspend_all_historam_.AdjustAndAddValue(suspend_time); in SuspendAll()