Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ AddSystem
Method
AddSystem
Source/Engine/Threading/TaskGraph.cpp:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void TaskGraph::AddSystem(TaskGraphSystem* system)
70
{
71
PROFILE_MEM(Engine);
72
_systems.Add(system);
73
}
74
75
void TaskGraph::RemoveSystem(TaskGraphSystem* system)
76
{
Callers
6
Init
Method · 0.80
Init
Method · 0.80
Init
Method · 0.80
Init
Method · 0.80
Init
Method · 0.80
Init
Method · 0.80
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected