Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Devent_tracer_unittest.cc19 class TestStatistics { class
21 TestStatistics() : events_logged_(0) { in TestStatistics() function in __anon4f15fca50111::TestStatistics
34 static TestStatistics* Get() { in Get()
35 static TestStatistics* test_stats = NULL; in Get()
37 test_stats = new TestStatistics(); in Get()
58 TestStatistics::Get()->Increment(); in AddTraceEventHandler()
69 EXPECT_FALSE(TestStatistics::Get()->Count()); in TEST()
70 TestStatistics::Get()->Reset(); in TEST()
78 EXPECT_EQ(2, TestStatistics::Get()->Count()); in TEST()
79 TestStatistics::Get()->Reset(); in TEST()