TimelineStream enum

Specific sets of events whose recording can be enabled separately.

Inheritance
Available extensions
Annotations
  • @Since.new('3.11')

Values

api → const TimelineStream

Calls to Dart_* VM C API functions.

compiler → const TimelineStream

Events related to compilation to machine code.

compilerVerbose → const TimelineStream

Detailed timing information about compiler phases.

dart → const TimelineStream

Events created via Timeline APIs.

debugger → const TimelineStream

Events related to debugger.

embedder → const TimelineStream

Events created by Dart_RecordTimelineEvent.

gc → const TimelineStream

Events related to garbage collection and/or heap iteration.

isolate → const TimelineStream

Isolate and isolate group lifecycle events such as startup and shutdown.

microtask → const TimelineStream

Events representing dart:async microtasks. VM will only populate this stream with events if it is started with --profile-microtasks.

vm → const TimelineStream

VM lifecycle events such as startup and shutdown.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<TimelineStream>
A constant List of the values in this enum, in order of their declaration.