commit | a50f7d91b8bc41b6f7169b447a71b0a0eb839e87 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed Aug 11 13:26:20 2021 -0700 |
committer | Yabin Cui <yabinc@google.com> | Thu Aug 12 09:34:31 2021 -0700 |
tree | fe1970334272d49ba7eebaee650fd4ef8d66a3e8 | |
parent | b34dc62800c061e62c78039a60b9efd9786ede89 [diff] |
Add -fno-finite-loop to fix test. After compiler update, infinite side-effect free loops are replaced with trap instructions. So use -fno-finite-loop to disable this behavior. Bug: 195886381 Test: run perfetto_integrationtests Change-Id: If2753902d99e8e8c2312c3a866b9e6f10288d348
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.