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
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.