Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/dev/
Ddev_Profile.cpp101 it->iCacheMiss += report.iCacheMiss; in StoreReport()
209 u64 iCacheMiss = (it->iCacheMiss / it->callCount); in DumpReports() local
233 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, iCacheMiss); in DumpReports()
343 m_Report.iCacheMiss = m_ICacheMiss; in ~AutoProfile()
/NW4C-1.2.23/include/nw/dev/
Ddev_Profile.h58 iCacheMiss(0), in Report()
68 u64 iCacheMiss; //!< 命令キャッシュミス数です。 member