commit | 0431a01c94cfddb8d354c1224576ff0b2f3b1f5c | [log] [tgz] |
---|---|---|
author | Sylwester Blaszczyk <sylwester.blaszczyk@mobica.com> | Fri Sep 04 10:52:17 2020 +0200 |
committer | Sylwester Blaszczyk <sylwester.blaszczyk@mobica.com> | Fri Sep 04 10:52:17 2020 +0200 |
tree | 84b5e416d621b004b3f99c04fa7d37c2d43e9820 | |
parent | e2645e44ad6bd109b32fc7ed7e39554027f49534 [diff] |
Add PERFETTO_EXPORT macros to GlobalNodeGraph To be visible in Chromium project class needs to be delcared with PERFETTO_EXPORT macro. See crbug.com/1095982 for more details. Bug: 1095982 Change-Id: Ie450d74c3b1f9f06e21da915594b8816b8049780
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.