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

/fuchsia/zircon/system/utest/cobalt-client/
H A Dcollector_test.cpp204 auto histogram_2 = local
209 histogram_2.Add(-1, 3);
212 EXPECT_EQ(histogram_2.GetRemoteCount(-1), 3);
227 auto histogram_2 = collector.AddHistogram(/*metric_id*/ 1, /*event_type_index*/ 2, options); local
232 histogram_2.Add(-1, 3);
240 EXPECT_EQ(histogram_2.GetRemoteCount(-1), 0);
270 auto histogram_2 = collector.AddHistogram(/*metric_id*/ 1, /*event_type_index*/ 2, options); local
279 histogram_2.Add(-1, 3);
286 EXPECT_EQ(histogram_2.GetRemoteCount(-1), 3);

Completed in 13 milliseconds