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

Method GetTime

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

Source from the content-addressed store, hash-verified

46}
47
48double Timer::GetTime()
49{
50 FinishCollection();
51
52 return m_LastTime;
53}
54double Timer::GetSumTime()
55{
56 return m_SumTime;

Callers

nothing calls this directly

Calls 2

WaitIdleMethod · 0.80
GetTimerMethod · 0.80

Tested by

no test coverage detected