WallclockTimer cleaned
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1695 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -50,7 +50,7 @@ double WallclockTimer::getRuntimeAsDouble() {
|
|||||||
|
|
||||||
int length;
|
int length;
|
||||||
long t1,t2, duration;
|
long t1,t2, duration;
|
||||||
double resultdouble
|
double resultdouble;
|
||||||
std::stringstream lengthinfo, resultstring;
|
std::stringstream lengthinfo, resultstring;
|
||||||
|
|
||||||
if (isRunning) {
|
if (isRunning) {
|
||||||
|
|||||||
@ -8,9 +8,7 @@
|
|||||||
#define __WALLCLOCKTIMER_HPP__
|
#define __WALLCLOCKTIMER_HPP__
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <math.h>
|
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user