Switch base::FlatHashMap to base::Hash std::hash is just identity function for ints, which leads to bad performance for open-addressing hash tables like base::FlatHashMap. Switch to using base::Hash which more uniformly distributes enthropy across bits of ints. R=lalitm@google.com Change-Id: I7ec9f41b6960c6a0aed73f7d1d316fe7e98ca07e
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.