![]() |
GemaCoreLib
The GeMA Core library
|
RAII class used to add the elapsed time to a counter received by reference. Counter is incremented in nano seconds. More...
#include <gmLog.h>
Public Member Functions | |
GmTimeAdder (qint64 *counter) | |
Private Attributes | |
QElapsedTimer | _timer |
Timer used to measure elapsed time. | |
qint64 * | _counter |
The counter where the elapsed time will be added to. | |
RAII class used to add the elapsed time to a counter received by reference. Counter is incremented in nano seconds.