commit | cb8e0ff1ea62834ecf2007fbbb74edc4c0767b9b | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Tue Jan 11 15:36:37 2022 +0000 |
committer | Lalit Maganti <lalitm@google.com> | Tue Jan 11 15:36:37 2022 +0000 |
tree | f530e7fa62a70a7f8295587b99f080b38c0e9645 | |
parent | 158c04859d08f5fbc8ece28ebccddc710e4461be [diff] |
tp: add config objects for trace processor and batch trace processor This CL removes ad-hoc parameters being passed to contructor to instead passing a config object which can override various functionality: this will replace loader_vendor once G3 migrates to using just this. Change-Id: Ibbf3960106726a00cb332bb3043b75e00681a324 Bug: 180499808
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.