Lines Matching refs:AddObservation
38 hist.AddObservation(10000); in Simple()
39 hist.AddObservation(10000); in Simple()
40 hist.AddObservation(11000); in Simple()
41 hist.AddObservation(11000); in Simple()
60 hist.AddObservation(-0.5); // should be in the first bucket in ExtremeObservations()
61 hist.AddObservation(1e12); // should be in the last bucket in ExtremeObservations()
74 hist1.AddObservation(-0.5); // should be in the first bucket in MergeSnapshots()
75 hist1.AddObservation(1e12); // should be in the last bucket in MergeSnapshots()
79 hist2.AddObservation(10000); in MergeSnapshots()
80 hist2.AddObservation(11000); in MergeSnapshots()
96 hist.AddObservation(10000); in Reset()
97 hist.AddObservation(11000); in Reset()