commit | edf7c868a774fa2cd88ec649c804ab7c2769ec76 | [log] [tgz] |
---|---|---|
author | Sami Kyostila <skyostil@chromium.org> | Thu Mar 11 13:33:35 2021 +0000 |
committer | Sami Kyostila <skyostil@chromium.org> | Thu Mar 11 13:33:35 2021 +0000 |
tree | b5333587dda58e4babd9bacbcb54d5c68865c0d8 | |
parent | 5046e73edce067fea652a597761503b5c1d68ae0 [diff] |
tracing: Add support for counter events Add the TRACE_COUNTER macro for recording time-varying integer or floating point counters. Design doc: https://docs.google.com/document/d/1EWQ7KP6OlxlbU1PwJKniFa3gsYKoGyhI47afZhko2MA/ Change-Id: I86cd61fc4ba947ec3f522aadaa5fdc7c640084e9
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.