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
{{ message }}
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
Flow events are super-useful for visualizing the connections between asynchronous events.
Catapult is able to show these for JSON Trace Event Format data:
flow.json
flow.systrace
Here is an equivalent systrace:
-> the flow arrows are not shown
Looking at the Catapult source code for parsing the reason for this is clear:
Android systrace
https://github.com/catapult-project/catapult/blob/master/tracing/tracing/extras/importer/linux_perf/android_parser.html#L103
Chrome trace
https://github.com/catapult-project/catapult/blob/master/tracing/tracing/extras/importer/trace_event_importer.html#L1292
Flow events are
{s,f,t}
Note that the Android systrace importer only handles{B,E,C,S,F}
events. It ignores anything else.The text was updated successfully, but these errors were encountered: