![]() |
GeNN
2.2.3
GPU enhanced Neuronal Networks (GeNN)
|
#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... | |
|
inline |
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.