GenericEventHandler< NUM_EVENTS, CONCRETE > Class Template Reference

#include <GenericEventHandler.hpp>

Inheritance diagram for GenericEventHandler< NUM_EVENTS, CONCRETE >:

Inheritance graph
[legend]
Collaboration diagram for GenericEventHandler< NUM_EVENTS, CONCRETE >:

Collaboration graph
[legend]

List of all members.

Static Public Member Functions

static void Reset ()
static void BeginEvent (unsigned event) throw (Exception)
static void EndEvent (unsigned event)
static double GetElapsedTime (unsigned event)
static void Report ()
static void Headings ()
static void Enable ()
static void Disable ()
static bool IsEnabled ()

Static Private Member Functions

static void MilliSleep (unsigned milliseconds)
static double GetWallTime ()
static double ConvertWallTimeToMilliseconds (double wallTime)
static double ConvertWallTimeToSeconds (double wallTime)
static void CheckVectorSizes ()

Static Private Attributes

static std::vector< double > mWallTime
static std::vector< bool > mHasBegun
static bool mEnabled = true
static bool mInitialised = false
static bool mInUse = false

Friends

class TestGenericEventHandler
class TestCellBasedEventHandler
class TestHeartEventHandler


Detailed Description

template<unsigned NUM_EVENTS, class CONCRETE>
class GenericEventHandler< NUM_EVENTS, CONCRETE >

A generic base class providing the functionality for timing various events. Subclasses provide the event codes and names; see HeartEventHandler for an example.

Note: this class assume that, for any given concrete class, the last event represents the total time, and thus wraps all other events.

The methods in this class are not implemented separately as then they would not be inline, which could impact performance; we generally want timing routines to be very lightweight.

Definition at line 52 of file GenericEventHandler.hpp.


Member Function Documentation

template<unsigned NUM_EVENTS, class CONCRETE>
static void GenericEventHandler< NUM_EVENTS, CONCRETE >::MilliSleep ( unsigned  milliseconds  )  [inline, static, private]

Sleep for a specified number of milliseconds Used in testing Ought to be more portable than sleep() or usleep().

Parameters:
milliseconds minimim number of milliseconds for which to sleep (ought to be a multiple of 10)

Definition at line 72 of file GenericEventHandler.hpp.

template<unsigned NUM_EVENTS, class CONCRETE>
static double GenericEventHandler< NUM_EVENTS, CONCRETE >::GetWallTime (  )  [inline, static, private]

template<unsigned NUM_EVENTS, class CONCRETE>
static double GenericEventHandler< NUM_EVENTS, CONCRETE >::ConvertWallTimeToMilliseconds ( double  wallTime  )  [inline, static, private]

Convert a wall clock time to milliseconds.

Parameters:
wallTime the wall time

Definition at line 93 of file GenericEventHandler.hpp.

Referenced by GenericEventHandler< 13, HeartEventHandler >::GetElapsedTime().

template<unsigned NUM_EVENTS, class CONCRETE>
static double GenericEventHandler< NUM_EVENTS, CONCRETE >::ConvertWallTimeToSeconds ( double  wallTime  )  [inline, static, private]

Convert a wall clock time to seconds.

Parameters:
wallTime the wall time

Definition at line 103 of file GenericEventHandler.hpp.

Referenced by GenericEventHandler< 13, HeartEventHandler >::Report().

template<unsigned NUM_EVENTS, class CONCRETE>
static void GenericEventHandler< NUM_EVENTS, CONCRETE >::CheckVectorSizes (  )  [inline, static, private]

template<unsigned NUM_EVENTS, class CONCRETE>
static void GenericEventHandler< NUM_EVENTS, CONCRETE >::Reset (  )  [inline, static]

Reset the event handler - set all event durations to zero.

Definition at line 124 of file GenericEventHandler.hpp.

Referenced by GenericEventHandler< 13, HeartEventHandler >::Report().

template<unsigned NUM_EVENTS, class CONCRETE>
static void GenericEventHandler< NUM_EVENTS, CONCRETE >::BeginEvent ( unsigned  event  )  throw (Exception) [inline, static]

Record the start of an event.

Parameters:
event the index of an event (this must be less than NUM_EVENTS)

Definition at line 141 of file GenericEventHandler.hpp.

Referenced by GenericEventHandler< 13, HeartEventHandler >::BeginEvent().

template<unsigned NUM_EVENTS, class CONCRETE>
static void GenericEventHandler< NUM_EVENTS, CONCRETE >::EndEvent ( unsigned  event  )  [inline, static]

Record the ending of an event.

Parameters:
event the index of an event (this must be less than NUM_EVENTS)

Definition at line 182 of file GenericEventHandler.hpp.

Referenced by GenericEventHandler< 13, HeartEventHandler >::Report().

template<unsigned NUM_EVENTS, class CONCRETE>
static double GenericEventHandler< NUM_EVENTS, CONCRETE >::GetElapsedTime ( unsigned  event  )  [inline, static]

Get the time (in milliseconds) accounted so far to the given event.

Will automatically determine if the event is currently ongoing or not.

Parameters:
event the index of an event (this must be less than NUM_EVENTS)

Definition at line 213 of file GenericEventHandler.hpp.

template<unsigned NUM_EVENTS, class CONCRETE>
static void GenericEventHandler< NUM_EVENTS, CONCRETE >::Report (  )  [inline, static]

Print a report on the timed events and reset the handler.

Assumes all events have ended.

If there is a collection of processes then the report will include an average and maximum over all CPUs.

Definition at line 241 of file GenericEventHandler.hpp.

template<unsigned NUM_EVENTS, class CONCRETE>
static void GenericEventHandler< NUM_EVENTS, CONCRETE >::Headings (  )  [inline, static]

Output the headings for a report.

Definition at line 346 of file GenericEventHandler.hpp.

template<unsigned NUM_EVENTS, class CONCRETE>
static void GenericEventHandler< NUM_EVENTS, CONCRETE >::Enable (  )  [inline, static]

Enable the event handler so that it will record event durations.

Definition at line 372 of file GenericEventHandler.hpp.

Referenced by GenericEventHandler< 13, HeartEventHandler >::Reset().

template<unsigned NUM_EVENTS, class CONCRETE>
static void GenericEventHandler< NUM_EVENTS, CONCRETE >::Disable (  )  [inline, static]

Disable the event handler, so that event durations are no longer recorded.

Definition at line 379 of file GenericEventHandler.hpp.

Referenced by GenericEventHandler< 13, HeartEventHandler >::BeginEvent().

template<unsigned NUM_EVENTS, class CONCRETE>
static bool GenericEventHandler< NUM_EVENTS, CONCRETE >::IsEnabled (  )  [inline, static]

Check whether the event handler is enabled.

Definition at line 386 of file GenericEventHandler.hpp.


Member Data Documentation

template<unsigned NUM_EVENTS, class CONCRETE>
std::vector< double > GenericEventHandler< NUM_EVENTS, CONCRETE >::mWallTime [inline, static, private]

template<unsigned NUM_EVENTS, class CONCRETE>
std::vector< bool > GenericEventHandler< NUM_EVENTS, CONCRETE >::mHasBegun [inline, static, private]

template<unsigned NUM_EVENTS, class CONCRETE>
bool GenericEventHandler< NUM_EVENTS, CONCRETE >::mEnabled = true [inline, static, private]

template<unsigned NUM_EVENTS, class CONCRETE>
bool GenericEventHandler< NUM_EVENTS, CONCRETE >::mInitialised = false [inline, static, private]

For internal use

Definition at line 62 of file GenericEventHandler.hpp.

Referenced by GenericEventHandler< 13, HeartEventHandler >::CheckVectorSizes().

template<unsigned NUM_EVENTS, class CONCRETE>
bool GenericEventHandler< NUM_EVENTS, CONCRETE >::mInUse = false [inline, static, private]


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

Generated on Mon Apr 18 11:37:09 2011 for Chaste by  doxygen 1.5.5