Method GetSystemProfilerMarkerName
GetSystemProfilerMarkerName(World, SystemHandle)
Returns the name used for the profiler marker of the passed system. This is useful for inspecting profiling data using the ProfilerRecorder API.
Declaration
public static string GetSystemProfilerMarkerName(World world, SystemHandle system)Parameters
| Type | Name | Description | 
|---|---|---|
| World | world | The world to query. | 
| SystemHandle | system | The system within the world to query. | 
Returns
| Type | Description | 
|---|---|
| string | The marker name as a string |