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.cpp223 uint64_t recordCount = g_recordCount; variable
225 EXPECT_EQ(recordCount, g_recordCount) << "now should have no record";
234 ASSERT_GT(g_recordCount, recordCount) << "should have more records";
263 uint64_t recordCount = g_recordCount; variable
265 EXPECT_EQ(recordCount, g_recordCount) << "now should have no record";
274 ASSERT_GT(g_recordCount, recordCount) << "should have more records";
/developtools/hiperf/src/
Dsubcommand_dump.cpp431 int recordCount = 0; in DumpDataPortion() local
446 recordCount++; in DumpDataPortion()
460 PrintIndent(indent, "\n ======= there are %d records ======== \n", recordCount); in DumpDataPortion()