Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DragonJoker/RenderGraph
/ stop
Method
stop
source/RenderGraph/FramePassTimer.cpp:92–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
void FramePassTimer::stop()noexcept
93
{
94
auto current = Clock::now();
95
m_cpuTime += ( current - m_cpuSaveTime );
96
}
97
98
void FramePassTimer::reset()noexcept
99
{
Callers
1
~FramePassTimerBlock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected