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 b1c0963 commit ff51b2cCopy full SHA for ff51b2c
tests/bench/qgsbench.cpp
@@ -34,6 +34,9 @@
34
#include <QTextStream>
35
#include <QTime>
36
37
+#ifndef QGSVERSION
38
+#include "qgsversion.h"
39
+#endif
40
#include "qgsbench.h"
41
#include "qgslogger.h"
42
#include "qgsmaplayerregistry.h"
@@ -208,6 +211,7 @@ void QgsBench::render()
208
211
}
209
212
210
213
mLogMap.insert( "iterations", mTimes.size() );
214
+ mLogMap.insert( "revision", QGSVERSION );
215
216
// Calc stats: user, sys, total
217
double min[4], max[4];
0 commit comments