ui: add support for showing timestamps/durations in millis/micros We already have support for seconds, there's no reason we should also not support milliseconds or microseconds as well. Fixes: https://github.com/google/perfetto/issues/879 Change-Id: I7705518d1184ad037451b568735501f192280cf2
Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.
See https://perfetto.dev/docs or the /docs/ directory for documentation.