Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/dev/
Ddev_Profile.cpp280 const nn::dbg::MPCore::PerformanceCounterName CORE_1 = in AutoProfile() local
296 nn::dbg::MPCore::SetPMCEvent(CORE_1, DATA_CACHE_READ_MISS); in AutoProfile()
297 m_DCacheReadMiss = nn::dbg::MPCore::GetPMCValue(CORE_1); in AutoProfile()
301 nn::dbg::MPCore::SetPMCEvent(CORE_1, DATA_CACHE_WRITE_MISS); in AutoProfile()
302 m_DCacheWriteMiss = nn::dbg::MPCore::GetPMCValue(CORE_1); in AutoProfile()
315 nn::dbg::MPCore::SetPMCEvent(CORE_1, DATA_CACHE_WRITE_MISS); in AutoProfile()
316 m_DCacheWriteMiss = nn::dbg::MPCore::GetPMCValue(CORE_1); in AutoProfile()
332 const nn::dbg::MPCore::PerformanceCounterName CORE_1 = in ~AutoProfile() local
349 nn::dbg::MPCore::SetPMCEvent(CORE_1, DATA_CACHE_READ_MISS); in ~AutoProfile()
350 m_DCacheReadMiss = nn::dbg::MPCore::GetPMCValue(CORE_1) - m_DCacheReadMiss; in ~AutoProfile()
[all …]