Graphitti
A toolkit/software architecture to ease creating high-performance neural network simulators
|
#include <Timer.h>
Public Member Functions | |
void | start () |
long | lap () |
long | lap (long oldTv_sec, long oldTv_usec) |
long | getSec () |
long | getUsec () |
Class that encapsulates timing capability, for performance measurement. Includes lap timing capability.