Click or drag to resize

V8RuntimeBeginCpuProfile(String) Method

Begins collecting a new CPU profile.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax
public bool BeginCpuProfile(
	string name
)

Parameters

name  String
A name for the profile.

Return Value

Boolean
True if the profile was created successfully, false otherwise.
Remarks
A V8 runtime can collect multiple CPU profiles simultaneously.
See Also