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.4.5
Syntax
public string ToJson()

Return Value

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