SpikeStream Library  0.2
spikestream::PerformanceTimer Class Reference

#include <PerformanceTimer.h>

List of all members.

Public Member Functions

 PerformanceTimer ()
 ~PerformanceTimer ()
void printTime (const QString &taskName)
void start ()

Detailed Description

Timer to record the time taken for methods or processes.

Definition at line 10 of file PerformanceTimer.h.


Constructor & Destructor Documentation

Constructor

Definition at line 11 of file PerformanceTimer.cpp.

Destructor.

Definition at line 17 of file PerformanceTimer.cpp.


Member Function Documentation

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.

Stores the current date time in seconds

Definition at line 26 of file PerformanceTimer.cpp.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Defines