commit | 5b49d52cc42d307112ab5ad4e90c2ba9dc17a2d5 | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Fri Apr 22 15:59:40 2022 +0100 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Tue Apr 26 10:25:18 2022 +0100 |
tree | 91010402e62bb908bad69f43fe33262d36fdbbc7 | |
parent | bbe5831b282629a91661412ca529003223f00f6d [diff] |
Move around comments in TraceWriterBase hierarchy TraceWriterImpl inherits from TraceWriter, which inherits from TraceWriterBase. This commit moves most of the comments to TraceWriterBase (in the spirit of documenting the interface, not the implementation). This also removes redundant pure virtual method declarations from TraceWriter. This makes it easier to add methods in future commits (work in progress). Change-Id: I70735894007e19eb69a83592045496b6731db0bd
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.