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