MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Add

Method Add

Source/Engine/Profiler/ProfilerGPU.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72int32 ProfilerGPU::EventBuffer::Add(const Event& e)
73{
74 PROFILE_MEM(Profiler);
75 const int32 index = _data.Count();
76 _data.Add(e);
77 return index;
78}
79
80void ProfilerGPU::EventBuffer::Extract(Array<Event>& data) const
81{

Callers 15

BeginEventMethod · 0.45
SetupMethod · 0.45
BeginEventMethod · 0.45
InitMethod · 0.45
GetReferencesMethod · 0.45
UpdateEffectMethod · 0.45
DrawEmitterCPUFunction · 0.45
DrawEmitterGPUFunction · 0.45
UpdateGPUFunction · 0.45
RecycleParticleBufferMethod · 0.45
JobMethod · 0.45
PostExecuteMethod · 0.45

Calls 9

RenderStatsDataClass · 0.85
AddOneMethod · 0.80
StringViewClass · 0.50
CountMethod · 0.45
IsEmptyMethod · 0.45
EnsureCapacityMethod · 0.45
LengthMethod · 0.45
AllocateMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected