commit | 740dd926ed5ccfa96d09bc8565b7c9b507e11bd4 | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Wed Nov 27 14:28:01 2024 +0000 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Wed Nov 27 14:28:01 2024 +0000 |
tree | cbed7e684700cb253eb00408398412e4a62aee0a | |
parent | 2659b32a30d077f606fe6d4759452ef9e522e665 [diff] |
traced: Do not include service.cc in unittests Today we have a single target: //src/traced/service:service, which has two .cc files: service.cc and builtin_producer.cc. builtin_producer_unittest.cc depend on this target, but they just need builtin_producer.cc, not service.cc. Including service.cc in unittests might actually be a problem in a future CL, because service.cc might include dependencies that we don't want or need in unittests. Change-Id: Ieb8f10605c56278486ce446f6dd1843af4e067b9
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.