~linaro-toolchain-dev/cortex-strings/trunk

« back to all changes in this revision

Viewing changes to scripts/libplot.py

  • Committer: Will Newton
  • Date: 2013-06-25 14:07:04 UTC
  • Revision ID: will.newton@linaro.org-20130625140704-jp1ad8y2p8d416qk
Support multiple runs of each benchmark.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
import fileinput
4
4
import collections
5
5
 
6
 
Record = collections.namedtuple('Record', 'variant function bytes loops src_alignment dst_alignment elapsed rest')
 
6
Record = collections.namedtuple('Record', 'variant function bytes loops src_alignment dst_alignment run_id elapsed rest')
7
7
 
8
8
 
9
9
def make_colours():