NetworkProfiler Class |
[This is preliminary documentation and is subject to change.]
Namespace: MLAPI.Profiling
The NetworkProfiler type exposes the following members.
| Name | Description | |
|---|---|---|
| isRunning |
Wheter or not the profiler is recording data
| |
| Ticks |
The ticks that has been recorded
|
| Name | Description | |
|---|---|---|
| Start |
Starts recording data for the Profiler
| |
| Stop |
Stops recording data
| |
| Stop(ProfilerTick) |
Stops recording data and fills the buffer with the recorded ticks and returns the length;
| |
| Stop(ListProfilerTick) |
Stops recording data and fills the buffer with the recorded ticks and returns the length;
|