commit | 682a9985725b09a32df013eb742e948cd52a78f5 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Fri May 20 17:13:28 2022 +0100 |
committer | Primiano Tucci <primiano@google.com> | Fri May 20 17:13:28 2022 +0100 |
tree | be77389b3a504978e7af25ef1878c63dc836a287 | |
parent | b37cdb8bfe5d9efcb086ff0690bc03dec5ecdc6d [diff] |
cflags: Upgrade -mavx -> -mavx2 Some new use cases in Trace Processor require AVX2. It seems supported by most CPUs since 2013 according to https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#CPUs_with_AVX2 Bug: 205302474 Change-Id: I8d6a43d6c8544b454b7e1b8220baced06aef8f67
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.