Timeline stream identifier.

Constants

all TimelineStream

A meta-identifier that instructs the Dart VM to record all streams.

const TimelineStream(0)
api TimelineStream

Marks events related to calls made via Dart's C API.

const TimelineStream(1)
compiler TimelineStream

Marks events from the Dart VM's JIT compiler.

const TimelineStream(2)
dart TimelineStream

Marks events emitted using the dart:developer API.

const TimelineStream(3)
debugger TimelineStream

Marks events from the Dart VM debugger.

const TimelineStream(4)
embedder TimelineStream

Marks events emitted using the dart_tools_api.h C API.

const TimelineStream(5)
gc TimelineStream

Marks events from the garbage collector.

const TimelineStream(6)
isolate TimelineStream

Marks events related to message passing between Dart isolates.

const TimelineStream(7)
values List<TimelineStream>

A constant List of the values in this enum, in order of their declaration.

const List<TimelineStream>
vm TimelineStream

Marks internal VM events.

const TimelineStream(8)

Properties

index int
read-only
hashCode int

Get a hash code for this object.

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns a string representation of this object.

inherited