commit | 5cd09ef39d97a6332d12031ecafe2366f42220f7 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Fri Feb 24 13:07:50 2023 -0800 |
committer | Yabin Cui <yabinc@google.com> | Fri Feb 24 14:07:34 2023 -0800 |
tree | 4eb0d0303e07235058bb17d8ac68ea435e8d391f | |
parent | 0cf6c5c30e06b40bb8ff6d09809dbcd9c0a5e8c1 [diff] |
simpleperf: Remove small stack gaps in gecko_profile_generator.py Samples having broken call stack split views in Stack Chart page in firefox profiler. To improve this, we remove samples contributing to small stack gaps in Stack Chart. By default, we remove stack gaps with length <= 3. But this can be controlled by --remove-gaps. For example, we can stop removing gaps by using `--remove-gaps 0`. Bug: 270628163 Test: run test.py Change-Id: I8f4af55828b35122a2828e78f70ad9571016ac02