You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runtime/docs/timeline.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ Streams, also called categories, are sets of events whose recordering can be ena
33
33
|`Embedder`| Events created by `Dart_RecordTimelineEvent`. |
34
34
|`GC`| Events related to garbage collection or heap iteration. |
35
35
|`Isolate`| Isolate or isolate group lifecycle events such as startup or shutdown. |
36
+
|`Microtask`| Events representing `dart:async` microtasks. This stream only contains events when the VM is started with the `--profile-microtasks` flag. |
36
37
|`VM`| VM lifecycle events such a startup or shutdown. |
37
38
38
39
The set of enabled streams can be selected with the `timeline_streams` flag. E.g., `--timeline_stream=VM,Isolate,GC,Dart` or `--timeline_streams=All`.
@@ -45,7 +46,7 @@ There are also some convenience flags:
0 commit comments