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.