Galois::Timer Class Reference

A simple timer. More...

#include <Timer.h>

List of all members.

Public Member Functions

 Timer ()
void start ()
void stop ()
unsigned long get () const
unsigned long get_usec () const

Private Attributes

unsigned long _start_hi
unsigned long _start_low
unsigned long _stop_hi
unsigned long _stop_low

Detailed Description

A simple timer.


Constructor & Destructor Documentation

Timer::Timer (  ) 

Member Function Documentation

unsigned long Timer::get (  )  const
unsigned long Timer::get_usec (  )  const
void Timer::start (  ) 
void Timer::stop (  ) 

Member Data Documentation

unsigned long Galois::Timer::_start_hi [private]
unsigned long Galois::Timer::_start_low [private]
unsigned long Galois::Timer::_stop_hi [private]
unsigned long Galois::Timer::_stop_low [private]

The documentation for this class was generated from the following files:

Generated on 2 Nov 2013 for Galois by  doxygen 1.6.1