TimelineStream enum
Timeline stream identifier.
Values
- all → const TimelineStream
-
A meta-identifier that instructs the Dart VM to record all streams.
- api → const TimelineStream
-
Marks events related to calls made via Dart's C API.
- compiler → const TimelineStream
-
Marks events from the Dart VM's JIT compiler.
- compilerVerbose → const TimelineStream
-
The verbose version of compiler.
- dart → const TimelineStream
-
Marks events emitted using the
dart:developer
API. - debugger → const TimelineStream
-
Marks events from the Dart VM debugger.
- embedder → const TimelineStream
-
Marks events emitted using the
dart_tools_api.h
C API. - gc → const TimelineStream
-
Marks events from the garbage collector.
- isolate → const TimelineStream
-
Marks events related to message passing between Dart isolates.
- vm → const TimelineStream
-
Marks internal VM events.
Properties
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.