Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
double Timer::GetTime()
49
{
50
FinishCollection();
51
52
return m_LastTime;
53
}
54
double Timer::GetSumTime()
55
{
56
return m_SumTime;
Callers
nothing calls this directly
Calls
2
WaitIdle
Method · 0.80
GetTimer
Method · 0.80
Tested by
no test coverage detected