V8CpuProfileWriteJson Method |
Writes a JSON representation of the profile to the given text writer.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public void WriteJson(
TextWriter writer
)
Public Sub WriteJson (
writer As TextWriter
)
public:
void WriteJson(
TextWriter^ writer
)
member WriteJson :
writer : TextWriter -> unit
Parameters
- writer TextWriter
- The text writer to which to write the profile.
Remarks See Also