V8CpuProfileToJson Method |
Returns a JSON representation of the profile.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax Public Function ToJson As String
member ToJson : unit -> string
Return Value
StringA JSON representation of the profile in V8 Inspector format.
Remarks See Also