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