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;
|
||||
long t1,t2, duration;
|
||||
double resultdouble
|
||||
double resultdouble;
|
||||
std::stringstream lengthinfo, resultstring;
|
||||
|
||||
if (isRunning) {
|
||||
|
||||
@ -8,9 +8,7 @@
|
||||
#define __WALLCLOCKTIMER_HPP__
|
||||
|
||||
#include <string>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user