commit | f7470f7dad01408d949329460b68f6c12ca4a704 | [log] [tgz] |
---|---|---|
author | Kirill Timofeev <ktimofeev@google.com> | Fri Mar 14 00:17:58 2025 +0000 |
committer | Kirill Timofeev <ktimofeev@google.com> | Thu Mar 13 17:19:25 2025 -0700 |
tree | d2d383fcc36435a7ca633d6ff2f1e25da31424c2 | |
parent | 94e79d6f98cbd6df2550d6a724f057885fdf52ed [diff] |
Android Java SDK: test that we can use `@CriticalNative`. Tested: `tools/bazel test //:src_java_sdk_test_perfetto_java_sdk_instrumentation_test` `atest perfetto_java_sdk_instrumentation_test` Bug: b/386353531 Change-Id: I335bc8b58f5bd242ee3967bb6f59569f8b5c5ca9
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.