Home
last modified time | relevance | path

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

/external/perf_data_converter/src/
Dperf_data_converter_test.cc178 int64 total_exclusive; member
218 int64 total_exclusive = 0; in TEST_F() local
221 total_exclusive += it.second.first; in TEST_F()
224 EXPECT_EQ(c.total_exclusive, total_exclusive) << casename; in TEST_F()
233 total_exclusive = 0; in TEST_F()
236 total_exclusive += it.second.first; in TEST_F()
239 EXPECT_EQ(c.total_exclusive, total_exclusive) << casename; in TEST_F()