Click or drag to resize

V8CpuProfileToJson Method

Returns a JSON representation of the profile.

Namespace:  Microsoft.ClearScript.V8
Assembly:  ClearScript.V8 (in ClearScript.V8.dll) Version: 7.3.1
Syntax
public string ToJson()

Return Value

Type: String
A JSON representation of the profile in V8 Inspector format.
Remarks
See the V8 Inspector JSON Protocol for schema details.
See Also