GeNN
4.9.0
GPU enhanced Neuronal Networks (GeNN)
|
A generic timer which can give the current elapsed time. More...
#include <timer.h>
Public Member Functions | |
Timer (const std::string &message, const std::string &filename="") | |
Create a new Timer with the specified name and optionally a filename to append time to. More... | |
~Timer () | |
Stop the timer and print current elapsed time to terminal. More... | |
double | get () const |
Get the elapsed time since this object was created. More... | |
A generic timer which can give the current elapsed time.
|
inline |
Create a new Timer with the specified name and optionally a filename to append time to.
|
inline |
Stop the timer and print current elapsed time to terminal.
|
inline |
Get the elapsed time since this object was created.