We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 6e1d38c commit 03f4ff7Copy full SHA for 03f4ff7
tests/bench/qgsbench.cpp
@@ -210,9 +210,9 @@ void QgsBench::render()
210
mLogMap.insert( "iterations", mTimes.size() );
211
212
// Calc stats: user, sys, total
213
- double avg[3], min[3], max[3];
+ double maxdev[3], min[3], max[3];
214
double stdev[3] = {0.};
215
- double maxdev[3] = {0.};
+ double avg[3] = {0.};
216
217
for ( int t = 0; t < 3; t++ )
218
{
0 commit comments