MCPcopy Create free account
hub / github.com/GPUOpen-Effects/GeometryFX / FinishCollection

Method FinishCollection

framework/d3d11/amd_sdk/src/Timer.cpp:277–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void GpuTimer::FinishCollection()
278{
279 // retrieve all available timestamps
280 while (CollectData( m_nextRetrTs ))
281 {
282 if (++m_nextRetrTs == m_numTimeStamps)
283 {
284 m_nextRetrTs = 0;
285 }
286 }
287}
288
289bool GpuTimer::CollectData( UINT idx, BOOL stall )
290{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected