Click or drag to resize

V8RuntimeEndCpuProfile Method

Completes and returns a CPU profile.

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

Parameters

name  String
The name of the profile.

Return Value

V8CpuProfile
The profile if it was found and completed successfully, null otherwise.
Remarks
An empty name argument selects the most recently created CPU profile.
See Also