base: fix base::Hash type guard for numerics Without the ::type suffix, the enable_if was not doing anything and allowing any type to be input. This could end up with non-deterministic hashes if for example an std::string was bassed to the Update function Change-Id: I06fa6b855278aece5d38c65940a2b37eae868d58
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.