mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Make this mess of performance measuring a bit more readable
This commit is contained in:
parent
12c92d6dd0
commit
92525cd077
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ struct GPUTimer
|
|||
if (++counter < iter)
|
||||
return;
|
||||
|
||||
qDebug() << " Avg. GPU time:" << ((double) acc / (iter * 1000 * 1000)) << "ms";
|
||||
qDebug() << " Avg. GPU time:" << ((double) acc / (iter * 1000 * 1000)) << "ms";
|
||||
acc = counter = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue