aboutsummaryrefslogtreecommitdiff
path: root/mem_tests
AgeCommit message (Collapse)Author
2015-12-16Run pyformat on all the toolchain-utils files.Luis Lozano
This gets rid of a lot of lint issues. Ran by doing this: for f in *.py; do echo -n "$f " ; if [ -x $f ]; then pyformat -i --remove_trailing_comma --yapf --force_quote_type=double $f ; else pyformat -i --remove_shebang --remove_trailing_comma --yapf --force_quote_type=double $f ; fi ; done BUG=chromium:567921 TEST=Ran simple crosperf run. Change-Id: I59778835fdaa5f706d2e1765924389f9e97433d1 Reviewed-on: https://chrome-internal-review.googlesource.com/242031 Reviewed-by: Luis Lozano <llozano@chromium.org> Commit-Queue: Luis Lozano <llozano@chromium.org> Tested-by: Luis Lozano <llozano@chromium.org> Reviewed-by: Yunlian Jiang <yunlian@google.com>
2014-07-18Add framework for parsing logs obtained from heap measurements in ChromeOS ↵Soumya Basu
machines. BUG=None TEST=Manual testing on chrome logs. Change-Id: I48f0062180fd6ee723ccbff047b5fea625e4e3e1 Reviewed-on: https://chrome-internal-review.googlesource.com/168652 Reviewed-by: Simon Que <sque@google.com> Tested-by: Soumya Basu <sbasu@google.com> Commit-Queue: Soumya Basu <sbasu@google.com>