Timer Class Reference

A portable class for high-resolution timing. More...

#include <timer.h>


Detailed Description

A portable class for high-resolution timing.

This class simplifies timing measurements across a number of platforms.

  Timer t;
  t.start();
  // do some work
  t.stop();
  cout << "That took " << (double) t << " seconds." << endl;

The documentation for this class was generated from the following file:
Generated on Tue Aug 2 11:51:29 2011 for Galois by  doxygen 1.6.3