commit | 5e1db5ba320c00e80dcbeb7766e1775f243dd3a7 | [log] [tgz] |
---|---|---|
author | Ryan Zuklie <rzuklie@google.com> | Thu Jan 05 17:39:38 2023 -0800 |
committer | Ryan Zuklie <rzuklie@google.com> | Thu Jan 05 17:39:38 2023 -0800 |
tree | 5ea89d4957620da9caa600c2d94082d1363c1558 | |
parent | efbbbd9ccae3a3c7eb5194848bd16aab2424fe00 [diff] |
Remove forced inlines within the proto decoder These proto decoder methods are used within ParseFromArray in every Perfetto protobuf. Together they are 150+ lines of code which becomes 70KB of binary size when compiled. ddiproietto@'s benchmark showed no noticable performance drop without the inlining. Change-Id: Ieaaa72318ce4367711cee8bb68d610aefdb77fbc
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.