pulp-platform / snitch_cluster

An energy-efficient RISC-V floating-point compute cluster.
https://pulp-platform.github.io/snitch_cluster/
Apache License 2.0
52 stars 55 forks source link

Update trace visualization utilities to emit TrackEvent data #80

Open colluca opened 10 months ago

colluca commented 10 months ago

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.