commit | 9b7ed4945b4ff8248898d304160f3ae40b6dbe7a | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Mon Jul 22 09:58:24 2024 +0000 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Mon Jul 22 09:58:24 2024 +0000 |
tree | 76b16ce6a25397345eb108e89e6780c3a6663570 | |
parent | 93bc3cc89a92dc8d79320b7862a3aa712817cca8 [diff] |
tracing_service_impl_unittest: Remove extra StartTracing() calls The extra StartTracing() calls are redundant. They were probably copy pasted from EnableAndDisableTracing. Let's keep them there (where we want to test that StartTracing is effectively a noop) and let's remove them from the other tests (that are checking something else). This reduces confusion when debugging unittests. Change-Id: Ifdafb0d8d3209f98b493e79903a3372daa89f309
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.