V8ScriptEngineEndCpuProfile Method |
Completes and returns a CPU profile.
Namespace:
Microsoft.ClearScript.V8
Assembly:
ClearScript.V8 (in ClearScript.V8.dll) Version: 7.3.1
Syntaxpublic V8CpuProfile EndCpuProfile(
string name
)
Public Function EndCpuProfile (
name As String
) As V8CpuProfile
public:
V8CpuProfile^ EndCpuProfile(
String^ name
)
member EndCpuProfile :
name : string -> V8CpuProfile
Parameters
- name
- Type: SystemString
The name of the profile.
Return Value
Type:
V8CpuProfileThe profile if it was found and completed successfully,
null otherwise.
Remarks
An empty name argument selects the most recently created CPU profile.
See Also