~rsandifo/+junk/loop-microbenchmarks

« back to all changes in this revision

Viewing changes to src/main.c

  • Committer: Richard Sandiford
  • Date: 2011-09-02 13:37:28 UTC
  • Revision ID: richard.sandiford@linaro.org-20110902133728-hypv2z12qdkinvbv
Remove left-over call to one_iteration.

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
 
      one_iteration (1);
61
60
      clock_gettime (TIMER, &before);
62
61
      preload ();
63
62
      one_iteration (ITERATIONS);