commit | 3966ebb74d7aec08169b99d3cecf23ea3815435f | [log] [tgz] |
---|---|---|
author | Yusuke Sato <yusukes@google.com> | Mon Aug 17 17:26:10 2015 -0700 |
committer | Yusuke Sato <yusukes@google.com> | Mon Aug 17 22:07:34 2015 -0700 |
tree | 3bd0658fb8cdeffcf73a520a03aa13540a2dae12 | |
parent | 28595721b19791cf4c857f048acdaeae632d329e [diff] |
perfboot.py: Add --end-tag option The current behavior, which is to use tags[-1] for end_tag, is good enough in most cases, but sometime it makes more sense to use a different one as end_tag. For example, when optimizing APK scanning code in package manager, using 'boot_progress_pms_scan_end' as end_tag would give us quicker benchmark iterations as well as more relevant numbers possibly with a smaller standard deviation. Change-Id: Ic6371c936b36d1d87e9742502fd8958682a3b7d5