pulp-platform/snitch_cluster

Update trace visualization utilities to emit TrackEvent data

Opened this issue · 0 comments

The new Perfetto UI does not fully support traces in the legacy TraceViewer JSON format.
https://perfetto.dev/docs/faq#why-does-perfetto-not-support-lt-some-obscure-json-format-feature-gt-

Users are recommended to emit TrackEvent instead, Perfetto's native trace format.

This guide explains how to represent common JSON events using TrackEvent.