V8ScriptEngineEndCpuProfile Method |
Completes and returns a CPU profile.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public V8CpuProfile EndCpuProfile(
string name
)
Public Function EndCpuProfile (
name As String
) As V8CpuProfile
public:
V8CpuProfile^ EndCpuProfile(
String^ name
)
member EndCpuProfile :
name : string -> V8CpuProfile
Parameters
- name String
- The name of the profile.
Return Value
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