Add some more debugging in render perf test

This commit is contained in:
Brad Davis 2016-09-20 19:48:19 -07:00
parent 28bb82c8a3
commit 5dbaa671ca

View file

@ -739,6 +739,7 @@ private:
}
void runCommand(const QString& command) {
qDebug() << "Running command: " << command;
QStringList commandParams = command.split(QRegularExpression(QString("\\s")));
QString verb = commandParams[0].toLower();
if (verb == "loop") {