diff --git a/src/util.h b/src/util.h index c460fb7c..062ed8f8 100755 --- a/src/util.h +++ b/src/util.h @@ -1176,7 +1176,7 @@ public: for ( int i = 0; i < iNumMeas; i++ ) { // convert ns in ms and store the value - streamFile << static_cast ( vElapsedTimes[i] ) / 1000000 << endl; + streamFile << i << " " << static_cast ( vElapsedTimes[i] ) / 1000000 << endl; } } }