Click or drag to resize

DebuggerStartProfile Method

Start profiling a section of code.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static void StartProfile(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString
Name of the profile to be used for sampling.
See Also