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:
hellwig
2012-09-25 17:20:32 +00:00
parent aa6ac5d119
commit 38c39c902b
2 changed files with 1 additions and 3 deletions

View File

@ -50,7 +50,7 @@ double WallclockTimer::getRuntimeAsDouble() {
int length;
long t1,t2, duration;
double resultdouble
double resultdouble;
std::stringstream lengthinfo, resultstring;
if (isRunning) {

View File

@ -8,9 +8,7 @@
#define __WALLCLOCKTIMER_HPP__
#include <string>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <sys/time.h>