Chrome Remote Interface v0.0.5 ChromeRemoteInterface.RPC.Tracing View Source

Link to this section Summary

Link to this section Functions

Stop trace events collection.

Parameters:

Link to this function end(page_pid, parameters) View Source
Link to this function end(page_pid, parameters, opts) View Source

Gets supported tracing categories.

Parameters:

Link to this function getCategories(page_pid, parameters) View Source
Link to this function getCategories(page_pid, parameters, opts) View Source
Link to this function recordClockSyncMarker(page_pid) View Source

Record a clock sync marker in the trace.

Parameters: syncId - - The ID of this clock sync marker

Link to this function recordClockSyncMarker(page_pid, parameters) View Source
Link to this function recordClockSyncMarker(page_pid, parameters, opts) View Source
Link to this function requestMemoryDump(page_pid) View Source

Request a global memory dump.

Parameters:

Link to this function requestMemoryDump(page_pid, parameters) View Source
Link to this function requestMemoryDump(page_pid, parameters, opts) View Source

Start trace events collection.

Parameters: categories - - Category/tag filteroptions - - Tracing optionsbufferUsageReportingInterval - - If set, the agent will issue bufferUsage events at this interval, specified in millisecondstransferMode - - Whether to report trace events as series of dataCollected events or to save trace to a stream (defaults to ReportEvents).traceConfig - -

Link to this function start(page_pid, parameters) View Source
Link to this function start(page_pid, parameters, opts) View Source