Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9chu/LuaSTGPlus
/ TimerScope
Method
TimerScope
LuaSTGPlus/Utility.h:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
float& m_Out;
31
public:
32
TimerScope(float& Out)
33
: m_Out(Out)
34
{
35
}
36
~TimerScope()
37
{
38
m_Out = static_cast<float>(m_StopWatch.GetElapsed());
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected