Skip to content

Commit

Permalink
qgis_bench revision log
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Apr 6, 2013
1 parent b1c0963 commit ff51b2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/bench/qgsbench.cpp
Expand Up @@ -34,6 +34,9 @@
#include <QTextStream>
#include <QTime>

#ifndef QGSVERSION
#include "qgsversion.h"
#endif
#include "qgsbench.h"
#include "qgslogger.h"
#include "qgsmaplayerregistry.h"
Expand Down Expand Up @@ -208,6 +211,7 @@ void QgsBench::render()
}

mLogMap.insert( "iterations", mTimes.size() );
mLogMap.insert( "revision", QGSVERSION );

// Calc stats: user, sys, total
double min[4], max[4];
Expand Down

0 comments on commit ff51b2c

Please sign in to comment.