Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/dev/
Ddev_Profile.cpp100 it->callCount += report.callCount; in StoreReport()
209 float averageTime = elapsedTime / static_cast<float>(it->callCount); in DumpReports()
211 u64 iCacheMiss = (it->iCacheMiss / it->callCount); in DumpReports()
212 u64 dCacheReadMiss = (it->dCacheReadMiss / it->callCount); in DumpReports()
213 u64 dCacheWriteMiss = (it->dCacheWriteMiss / it->callCount); in DumpReports()
224 it->callCount, in DumpReports()
379 m_Report.callCount = 1; in ~AutoProfile()
Ddev_ParticleProfile.cpp112 m_Instance->m_Report.callCount = 1; in Stop()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp954 ++m_LoadMeterDescription.callCount; in EndLoadMeter()
955 ++m_CumulativeLoadMeterDescription.callCount; in EndLoadMeter()
962 float callCount = static_cast<float>(m_LoadMeterDescription.callCount); in CalcLoadMeter() local
963 m_LoadMeterDescription.loadTime = m_LoadMeterDescription.cumulativeTime / callCount; in CalcLoadMeter()
964 m_LoadMeterDescription.loadGpuTime = m_LoadMeterDescription.cumulativeGpuTime / callCount; in CalcLoadMeter()
965 m_LoadMeterDescription.waitTime = m_LoadMeterDescription.cumulativeWaitTime / callCount; in CalcLoadMeter()
969 m_LoadMeterDescription.callCount = 0; in CalcLoadMeter()
1001 m_CumulativeLoadMeterDescription.callCount = 0; in ResetCumulativeLoadMeter()
Ddemo_AutoTester.cpp372 data.callCount = (*m_RenderSystem)->GetCumulativeLoadMeter().callCount; in SendLoadMeter()
380 data.callCount = 0; in SendLoadMeter()
/NW4C-2.0.3/include/nw/dev/
Ddev_Profile.h57 callCount(0), in Report()
67 s32 callCount; //!< 呼び出し回数です。 member
/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsSystem.h177 callCount(0) in LoadMeterDescription()
192 s32 callCount; //!< 呼び出し回数です。 member
Ddemo_DebugUtility.h565 s32 callCount; member