Click or drag to resize

NetworkProfilerStop Method (ProfilerTick)

[This is preliminary documentation and is subject to change.]

Stops recording data and fills the buffer with the recorded ticks and returns the length;

Namespace:  MLAPI.Profiling
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static int Stop(
	ref ProfilerTick[] tickBuffer
)
Request Example View Source

Parameters

tickBuffer
Type: MLAPI.ProfilingProfilerTick
The buffer to fill with the ticks

Return Value

Type: Int32
The number of ticks recorded
See Also