MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / start

Method start

source/RenderGraph/FramePassTimer.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 FramePassTimerBlock FramePassTimer::start()
81 {
82 m_cpuSaveTime = Clock::now();
83 return FramePassTimerBlock{ *this };
84 }
85
86 void FramePassTimer::notifyPassRender( [[maybe_unused]] uint32_t passIndex )noexcept
87 {

Callers 3

recordMethod · 0.80
recordIntoMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64