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.