GeNN  2.2.3
GPU enhanced Neuronal Networks (GeNN)
CStopWatch Class Reference

#include <hr_time.h>

Public Member Functions

 CStopWatch ()
 
void startTimer ()
 This method starts the timer. More...
 
void stopTimer ()
 This method stops the timer. More...
 
double getElapsedTime ()
 This method returns the time elapsed between start and stop of the timer in seconds. More...
 

Constructor & Destructor Documentation

CStopWatch::CStopWatch ( )
inline

Member Function Documentation

double CStopWatch::getElapsedTime ( )

This method returns the time elapsed between start and stop of the timer in seconds.

void CStopWatch::startTimer ( )

This method starts the timer.

void CStopWatch::stopTimer ( )

This method stops the timer.


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