Add a static_cast<uint64_t> to Track::FromPointer. Add an explicit static_cast from uintptr_t to uint64_t as uintptr_t might be narrower on 32-bit systems. R=skyostil@google.com Change-Id: I7d8942318a46c34b94bbf4f5cbd71249d30d3003
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.