commit | 7a8a9be410af07a9da47235044e5089c0e6d2a28 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Sat Aug 31 01:33:53 2024 +0100 |
committer | Primiano Tucci <primiano@google.com> | Sat Aug 31 01:33:53 2024 +0100 |
tree | e68d720ed7d7a5c2496d2f78ade998576d7dd0b9 | |
parent | 9d02167a87ed3ef85fd564c217523c861f55ebb3 [diff] |
fix instruments imported on Mac - Some log statement was failing on mac due to the usual %ld vs %lld. Swithing to PRId64. - The wasm toolchain on mac doesn't seem to like static libraries. I don't think there is a good reason to make libexpat a static lib, switching to source_set. Build failure: https://android-review.git.corp.google.com/c/platform/external/perfetto/+/3247751/19#message-88a4ba8a0d5d411974249db0cf56cb555d683df6 Change-Id: I210df310800ccb75282b216b3cab206fc1a30b12
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.