| commit | 4ab8e7f9078c99ff35020272ead10b5971380b53 | [log] [tgz] |
|---|---|---|
| author | Daniel Cheng <dcheng@chromium.org> | Wed Dec 06 08:49:03 2023 -0800 |
| committer | Daniel Cheng <dcheng@google.com> | Wed Dec 06 17:49:59 2023 +0000 |
| tree | ade16672500c1cb3d987fa86f0caa06c6a3576b7 | |
| parent | 0060801e1c7cd9550b206104bfec635bf123f8c7 [diff] |
Add volatile qualifier to AnnotateBenignRaceSized()'s address argument. This matches how it's defined in absl/base/dynamic_annotations.h and fixes an error with conflicting declarations when both perfetto headers and absl headers are included. Bug: chromium:1409870 Change-Id: I6067f2cf94d7d47113d86874a4555ad58a72f30c
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.