Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/dev/
Ddev_Profile.cpp103 it->iCacheMiss += report.iCacheMiss; in StoreReport()
211 u64 iCacheMiss = (it->iCacheMiss / it->callCount); in DumpReports() local
235 ut::snprintf(formatString, MAX_LENGTH, MAX_LENGTH - 1, format, iCacheMiss); in DumpReports()
345 m_Report.iCacheMiss = m_ICacheMiss; in ~AutoProfile()
/NW4C-2.0.3/include/nw/dev/
Ddev_Profile.h60 iCacheMiss(0), in Report()
70 u64 iCacheMiss; //!< 命令キャッシュミス数です。 member