mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
maxdev must also be inited
This commit is contained in:
parent
03f4ff79f9
commit
dc56ea9b24
@ -210,8 +210,9 @@ void QgsBench::render()
|
||||
mLogMap.insert( "iterations", mTimes.size() );
|
||||
|
||||
// Calc stats: user, sys, total
|
||||
double maxdev[3], min[3], max[3];
|
||||
double min[3], max[3];
|
||||
double stdev[3] = {0.};
|
||||
double maxdev[3] = {0.};
|
||||
double avg[3] = {0.};
|
||||
|
||||
for ( int t = 0; t < 3; t++ )
|
||||
|
Loading…
x
Reference in New Issue
Block a user