Click or drag to resize

NetworkProfilerStop Method (ListProfilerTick)

[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 List<ProfilerTick> tickBuffer
)
Request Example View Source

Parameters

tickBuffer
Type: System.Collections.GenericListProfilerTick
The buffer to fill with the ticks

Return Value

Type: Int32
The number of ticks recorded
See Also