mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 02:33:23 +02:00
Add some more debugging in render perf test
This commit is contained in:
parent
28bb82c8a3
commit
5dbaa671ca
1 changed files with 1 additions and 0 deletions
|
@ -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") {
|
||||
|
|
Loading…
Reference in a new issue