Domains Accessibility Animation ApplicationCache CSS CacheStorage Console DOM DOMDebugger DOMStorage Database Debugger DeviceOrientation Emulation FileSystem HeapProfiler IndexedDB Input Inspector LayerTree Memory Network Page Power Profiler Rendering Runtime ScreenOrientation Security ServiceWorker Timeline Tracing Worker
Chrome Debugger Protocol Viewer

Timeline Domain

Timeline domain is deprecated. Please use Tracing instead.

Methods

enable

Deprecated.

disable

Deprecated.

start

Deprecated.

Parameters
maxCallStackDepth
integer Samples JavaScript stack traces up to maxCallStackDepth, defaults to 5.
bufferEvents
boolean Whether instrumentation events should be buffered and returned upon stop call.
liveEvents
string Coma separated event types to issue although bufferEvents is set.
includeCounters
boolean Whether counters data should be included into timeline events.
includeGPUEvents
boolean Whether events from GPU process should be collected.

stop

Deprecated.

Events

eventRecorded

Deprecated.

Parameters
record
TimelineEvent Timeline event record data.

Types

TimelineEvent

Timeline record contains information about the recorded activity.

Type: object

Properties
type
string Event type.
data
object Event data.
startTime
number Start time.
endTime
number End time.
children
array [ TimelineEvent ] Nested records.
thread
string If present, identifies the thread that produced the event.
stackTrace
Console.StackTrace Stack trace.
frameId
string Unique identifier of the frame within the page that the event relates to.