TimelineStream enum
Timeline stream identifier.
Constants
- all → const TimelineStream
-
A meta-identifier that instructs the Dart VM to record all streams.
const TimelineStream(0) - api → const TimelineStream
-
Marks events related to calls made via Dart's C API.
const TimelineStream(1) - compiler → const TimelineStream
-
Marks events from the Dart VM's JIT compiler.
const TimelineStream(2) - dart → const TimelineStream
-
Marks events emitted using the
dart:developerAPI.const TimelineStream(3) - debugger → const TimelineStream
-
Marks events from the Dart VM debugger.
const TimelineStream(4) - embedder → const TimelineStream
-
Marks events emitted using the
dart_tools_api.hC API.const TimelineStream(5) - gc → const TimelineStream
-
Marks events from the garbage collector.
const TimelineStream(6) - isolate → const TimelineStream
-
Marks events related to message passing between Dart isolates.
const TimelineStream(7) -
values
→ const List<
TimelineStream> -
A constant List of the values in this enum, in order of their declaration.
const List<TimelineStream> - vm → const TimelineStream
-
Marks internal VM events.
const TimelineStream(8)
Properties
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited