commit | 5ac4baad2095486e8e742de94bbd1a4bca72e230 | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Fri Nov 29 15:22:45 2024 +0000 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Fri Nov 29 15:48:15 2024 +0000 |
tree | 6119f55ce03f08582b632adb20b580ca518a519e | |
parent | a4718cded1b6b2526ffc768c81fc352d14337f7b [diff] |
shared_lib: Thread safety annotations to TrackEvent::GlobalState * Add thread safety annotations. * Fix a bug: GenerateDescriptorFromCategories() did not acquire the required lock. * Change struct to class, as recommended by google C++ style guidelines. * Refer to `this` instead of `GlobalState::Instance()` in a couple of places. Change-Id: I759319df9e630ef1921d45171772f93ccb037b51
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.