~rsandifo/+junk/loop-microbenchmarks

« back to all changes in this revision

Viewing changes to src/main.c

  • Committer: Richard Sandiford
  • Date: 2011-09-06 13:40:50 UTC
  • Revision ID: richard.sandiford@linaro.org-20110906134050-mjbf3jzxk0p3b23o
Try to stablise the times a bit more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
  for (i = 0; i < REPEATS; i++)
58
58
    {
59
59
      initialise ();
 
60
      preload ();
 
61
      one_iteration (1);
60
62
      clock_gettime (TIMER, &before);
61
63
      preload ();
62
64
      one_iteration (ITERATIONS);