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