commit | 4d37a2c7619497cb339efdd820cfb1aeccf582ca | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Tue Dec 07 17:30:57 2021 +0000 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Thu Dec 09 16:41:37 2021 +0000 |
tree | f60eb974fb8baab27314417befebc9102a9f4335 | |
parent | 593db496f656e1b936a82ca9e45fb092696091f3 [diff] |
Ignore native_size if Cleaner is not reachable If a sun.misc.Cleaner is not reachable, it means that its `remove()` method has been called, which means that its `clean()` method has been called, which means that the native free callback has been called. In that case, we shouldn't count its registered native_size. Bug: 209584534 Change-Id: Ifc56d139bc6a0728ba890a2bf63fe9099f23ec0b
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.