SpikeStream Library
0.2
|
#include <PerformanceTimer.h>
Public Member Functions | |
PerformanceTimer () | |
~PerformanceTimer () | |
void | printTime (const QString &taskName) |
void | start () |
Timer to record the time taken for methods or processes.
Definition at line 10 of file PerformanceTimer.h.
Constructor
Definition at line 11 of file PerformanceTimer.cpp.
Destructor.
Definition at line 17 of file PerformanceTimer.cpp.
void PerformanceTimer::printTime | ( | const QString & | taskName | ) |
Returns the number of seconds that have elapsed since the timer started
Definition at line 32 of file PerformanceTimer.cpp.
void PerformanceTimer::start | ( | ) |
Stores the current date time in seconds
Definition at line 26 of file PerformanceTimer.cpp.