more debug output
This commit is contained in:
parent
b68e429953
commit
62af55929f
1 changed files with 1 additions and 1 deletions
|
@ -1176,7 +1176,7 @@ public:
|
||||||
for ( int i = 0; i < iNumMeas; i++ )
|
for ( int i = 0; i < iNumMeas; i++ )
|
||||||
{
|
{
|
||||||
// convert ns in ms and store the value
|
// 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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue