Home
last modified time | relevance | path

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

/developtools/hiperf/test/unittest/common/native/
Dperf_events_test.cpp224 uint64_t recordCount = g_recordCount; variable
226 EXPECT_EQ(recordCount, g_recordCount) << "now should have no record";
235 ASSERT_GT(g_recordCount, recordCount) << "should have more records";
264 uint64_t recordCount = g_recordCount; variable
266 EXPECT_EQ(recordCount, g_recordCount) << "now should have no record";
275 ASSERT_GT(g_recordCount, recordCount) << "should have more records";
/developtools/hiperf/src/
Dsubcommand_dump.cpp412 int recordCount = 0; in DumpDataPortion() local
422 recordCount++; in DumpDataPortion()
440 PrintIndent(indent, "\n ======= there are %d records ======== \n", recordCount); in DumpDataPortion()