commit | f47e3beff11034522d132230a5b96c0d0c6a0f18 | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Tue Apr 30 14:54:08 2024 +0000 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Tue Apr 30 14:54:08 2024 +0000 |
tree | ad46d1e7abcaf7d6a6c8d47da37a2cbeebc39446 | |
parent | b43ecdd6f7c42c60f57f3c56437682b0ccfbf29a [diff] |
Fix warning in implicit_segment_forest.h __builtin_ctzl() expects an unsigned long. clang (for some reason only on a windows build) complains that `~len` might be `unsigned long long`. Change-Id: Iac59d1aa379c006095bc4e09204297301e030cb3
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.