more debug output

This commit is contained in:
Volker Fischer 2015-11-20 12:09:16 +00:00
parent b68e429953
commit 62af55929f

View File

@ -1176,7 +1176,7 @@ public:
for ( int i = 0; i < iNumMeas; i++ )
{
// convert ns in ms and store the value
streamFile << static_cast<double> ( vElapsedTimes[i] ) / 1000000 << endl;
streamFile << i << " " << static_cast<double> ( vElapsedTimes[i] ) / 1000000 << endl;
}
}
}