Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/dev/
Ddev_Profile.cpp278 const nn::dbg::MPCore::PerformanceCounterName CORE_0 = in AutoProfile() local
291 nn::dbg::MPCore::SetPMCEvent(CORE_0, INST_CACHE_MISS); in AutoProfile()
292 m_ICacheMiss = nn::dbg::MPCore::GetPMCValue(CORE_0); in AutoProfile()
309 nn::dbg::MPCore::SetPMCEvent(CORE_0, DATA_CACHE_READ_MISS); in AutoProfile()
310 m_DCacheReadMiss = nn::dbg::MPCore::GetPMCValue(CORE_0); in AutoProfile()
330 const nn::dbg::MPCore::PerformanceCounterName CORE_0 = in ~AutoProfile() local
343 nn::dbg::MPCore::SetPMCEvent(CORE_0, INST_CACHE_MISS); in ~AutoProfile()
344 m_ICacheMiss = nn::dbg::MPCore::GetPMCValue(CORE_0) - m_ICacheMiss; in ~AutoProfile()
364 nn::dbg::MPCore::SetPMCEvent(CORE_0, DATA_CACHE_READ_MISS); in ~AutoProfile()
365 m_DCacheReadMiss = nn::dbg::MPCore::GetPMCValue(CORE_0) - m_DCacheReadMiss; in ~AutoProfile()