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
-`show_logs(io, logs, :chrome_trace)` to write a task execution timeline in the chrome-trace format (view in [perfetto web UI](https://ui.perfetto.dev/) or `about:tracing` in a chrome-based browser)
22
+
20
23
Built-in rendering support exists for:
21
24
-`render_logs(logs, :graphviz)` to generate a graph diagram of executed tasks and their dependencies
22
25
-`render_logs(logs, :plots_gantt)` to generate a Gantt chart of task execution across all processors
26
+
-`render_logs(logs, :chrome_trace)` to generate a `String` with chrome-trace formatted task execution timeline
23
27
24
28
The latter (`MultiEventLog`) allows for continuously rendering logs as they're
25
29
generated, permitting real-time visualization of Dagger's operations. This
0 commit comments