Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Clear
Method
Clear
Source/Engine/Profiler/ProfilerGPU.cpp:87–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
void ProfilerGPU::EventBuffer::Clear()
88
{
89
_data.Clear();
90
_isResolved = false;
91
FrameIndex = 0;
92
PresentTime = 0.0f;
93
}
94
95
int32 ProfilerGPU::BeginEvent(const Char* name)
96
{
Callers
6
Extract
Method · 0.45
Setup
Method · 0.45
EndFrame
Method · 0.45
OnDraw
Method · 0.45
Update
Method · 0.45
Dispose
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected