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

« back to all changes in this revision

Viewing changes to scripts/plot.py

  • Committer: Matthew Gretton-Dann
  • Date: 2013-01-07 16:59:29 UTC
  • mfrom: (96.1.3 aarch64-additions-2)
  • Revision ID: matthew.gretton-dann@linaro.org-20130107165929-2p27azr2amdypgnn
Merge further AArch64 optimised routines.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
import pylab
10
10
 
11
 
Record = collections.namedtuple('Record', 'variant test size loops src_alignment dst_alignment rawtime comment time bytes rate')
 
11
Record = collections.namedtuple('Record', 'variant test size loops alignment rawtime comment time bytes rate')
12
12
 
13
13
def unique(rows, name):
14
14
    """Takes a list of values, pulls out the named field, and returns