Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/dev/
Ddev_Profile.cpp276 const nn::dbg::MPCore::PerformanceCounterName CORE_0 = in AutoProfile() local
289 nn::dbg::MPCore::SetPMCEvent(CORE_0, INST_CACHE_MISS); in AutoProfile()
290 m_ICacheMiss = nn::dbg::MPCore::GetPMCValue(CORE_0); in AutoProfile()
307 nn::dbg::MPCore::SetPMCEvent(CORE_0, DATA_CACHE_READ_MISS); in AutoProfile()
308 m_DCacheReadMiss = nn::dbg::MPCore::GetPMCValue(CORE_0); in AutoProfile()
328 const nn::dbg::MPCore::PerformanceCounterName CORE_0 = in ~AutoProfile() local
341 nn::dbg::MPCore::SetPMCEvent(CORE_0, INST_CACHE_MISS); in ~AutoProfile()
342 m_ICacheMiss = nn::dbg::MPCore::GetPMCValue(CORE_0) - m_ICacheMiss; in ~AutoProfile()
362 nn::dbg::MPCore::SetPMCEvent(CORE_0, DATA_CACHE_READ_MISS); in ~AutoProfile()
363 m_DCacheReadMiss = nn::dbg::MPCore::GetPMCValue(CORE_0) - m_DCacheReadMiss; in ~AutoProfile()