Click or drag to resize

V8CpuProfileWriteJson Method

Writes a JSON representation of the profile to the given text writer.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax
public void WriteJson(
	TextWriter writer
)

Parameters

writer  TextWriter
The text writer to which to write the profile.
Remarks
See the V8 Inspector JSON Protocol for schema details.
See Also