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

Method Push

Source/Engine/Profiler/ProfilerMemory.cpp:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 uint8 Stack[15];
60
61 FORCE_INLINE void Push(ProfilerMemory::Groups group)
62 {
63 if (Count < ARRAY_COUNT(Stack))
64 Count++;
65 Stack[Count - 1] = (uint8)group;
66 }
67
68 FORCE_INLINE void Pop()
69 {

Callers 8

BeginGroupMethod · 0.45
InitMethod · 0.45
ProcessGroupParticlesMethod · 0.45
ProcessGroupFunctionMethod · 0.45
ProcessGroupParticlesMethod · 0.45
ProcessGroupFunctionMethod · 0.45
GenerateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected