Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Extract
Method
Extract
Source/Engine/Profiler/ProfilerGPU.cpp:80–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
void ProfilerGPU::EventBuffer::Extract(Array<Event>& data) const
81
{
82
// Don't use unresolved data
83
ASSERT(_isResolved);
84
data = _data;
85
}
86
87
void ProfilerGPU::EventBuffer::Clear()
88
{
Callers
1
OnDraw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected