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
Hi,
I'd like to request support for the chrome trace event format (documented here). One of the main reasons for this is that clang/clang++ has support for outputting this profiling format with the -ftime-trace flag (see here), which is useful when thinking about how to speedup builds, particularly in a C++ context. Currently, it's not too hard to upload these to https://perfetto.dev, but it would be much quicker, and quite probably better served with this terminal viewer instead.