Home
last modified time | relevance | path

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

/developtools/hiperf/src/
H A Dspe_decoder.cpp877 std::map<u32, u64> typeCount; member
903 if (typeCount.count(type) == 0) { in AddReportItems()
904 typeCount[type] = 1; in AddReportItems()
906 typeCount[type]++; in AddReportItems()
927 u64 cc = typeCount[it->first]; in UpdateHeating()
1010 u64 count = typeCount[it->first]; in DumpSpeReportData()

Completed in 2 milliseconds