Click or drag to resize

V8ScriptEngineEndCpuProfile Method

Completes and returns a CPU profile.

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

Parameters

name
Type: SystemString
The name of the profile.

Return Value

Type: 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