changed to 80 max column
This commit is contained in:
@@ -29,7 +29,8 @@ public:
|
||||
|
||||
~BenchmarkGuard()
|
||||
{
|
||||
qDebug() << this->name << float(timer.nsecsElapsed()) / 1000000.0f << "ms";
|
||||
qDebug() << this->name << float(timer.nsecsElapsed()) / 1000000.0f
|
||||
<< "ms";
|
||||
}
|
||||
|
||||
qreal getElapsedMs()
|
||||
|
||||
Reference in New Issue
Block a user