~rsandifo/+junk/loop-microbenchmarks

« back to all changes in this revision

Viewing changes to compare

  • Committer: Richard Sandiford
  • Date: 2011-09-13 14:01:57 UTC
  • Revision ID: richard.sandiford@linaro.org-20110913140157-4s8l32qg7udubtlj
Print mean and standard deviation (from Ramana).

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
            my $name = $1;
21
21
            my $value = $2;
22
22
            $keys{$name} = 1;
23
 
            if ($value =~ /^[0-9]+ runs take ([0-9.]+)ms$/) {
 
23
            if ($value =~ /^[0-9]+ runs take ([0-9.]+)ms(?:, mean.*)?$/) {
24
24
                $results->{$name} = $1;
25
25
            } else {
26
26
                $results->{$name} = -1;