formatting, typos, comments, details
Change-Id: Iae5f1acb653a694622e9ac2bad93efcfca588f3a
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
/**
|
||||
/**
|
||||
* \brief The WallclockTimer measures the elapsed time
|
||||
*
|
||||
*
|
||||
* The WallclockTimer measures the time which is elapsed between start
|
||||
* and stop of the timer.
|
||||
*/
|
||||
|
||||
#ifndef __WALLCLOCKTIMER_HPP__
|
||||
#define __WALLCLOCKTIMER_HPP__
|
||||
#define __WALLCLOCKTIMER_HPP__
|
||||
|
||||
#include <string>
|
||||
#include <stdlib.h>
|
||||
@ -16,7 +16,7 @@ namespace fail {
|
||||
|
||||
/**
|
||||
* \class WallclockTimer
|
||||
*
|
||||
*
|
||||
* The class WallclockTimer contains all functions for start,
|
||||
* stop, reset and to get the elapsed time.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user