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

/fuchsia/zircon/system/utest/cobalt-client/
H A Dcollector_test.cpp173 auto counter_2 = collector.AddCounter(/*metric_id=*/1, /*event_type_index=*/2); local
176 counter_2.Increment(3);
179 ASSERT_EQ(counter_2.GetRemoteCount(), 3);
229 auto counter_2 = collector.AddCounter(/*metric_id=*/2, /*event_type_index=*/2); local
234 counter_2.Increment(3);
242 EXPECT_EQ(counter_2.GetRemoteCount(), 0);
272 auto counter_2 = collector.AddCounter(/*metric_id=*/2, /*event_type_index=*/2); local
280 counter_2.Increment(3);
288 EXPECT_EQ(counter_2.GetRemoteCount(), 3);

Completed in 10 milliseconds