Cosmetic refactoring to MaybeFilterPackets and WriteIntoFile This: * Removes one level of indentation, which is not necessary anymore thanks to an early return. * Uses an explicit type instead of auto. * Uses a range based for loop instead of a iterator. No functional change. Change-Id: Idaca9b924458ab5ea08fa87438b716f4ae0604ef
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.