commit | 2277f0695ed61c8ebdd1e2a2d60f4eb3f306e82c | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Mon Nov 08 22:24:05 2021 +0000 |
committer | Primiano Tucci <primiano@google.com> | Mon Nov 08 22:24:05 2021 +0000 |
tree | d49e1c3c7705a745137a3facddac9240f34ff0cf | |
parent | 5da2295ce47a25bc8823df28441d2dee983b80a5 [diff] |
Enable -msse4.2, -mavx, -mpopcnt on x86_64 builds This allows the compiler to optimize various memory-access operations, like the ones in TraceProcessor's bit_vector.h. Also add a run-time check that crashes the process in a graceful manner to check that the host CPU actually has the features we are assuming. Bug: 205302474 Change-Id: I65bc93487aea5202c947686de577a74d3261f14e
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.