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

« back to all changes in this revision

Viewing changes to scripts/bench.py

  • Committer: Will Newton
  • Date: 2013-06-24 09:23:29 UTC
  • Revision ID: will.newton@linaro.org-20130624092329-b3j26sf42aqxghp3
Fix cache handling after alignment changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
            for line in f:
151
151
                line = line.strip()
152
152
                parts = line.split(':')
153
 
                cache[':'.join(parts[:5])] = line
 
153
                cache[':'.join(parts[:6])] = line
154
154
    except:
155
155
        pass
156
156