mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 18:35:04 +02:00
clarify output for star generation time
This commit is contained in:
parent
106c8f9f22
commit
a694425823
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ bool Controller::computeStars(unsigned numStars, unsigned seed) {
|
|||
|
||||
this->retile(numStars, _tileResolution);
|
||||
|
||||
qDebug() << "Total time to generate stars: " << ((usecTimestampNow() - usecTimestamp(&startTime)) / 1000) << "msec";
|
||||
qDebug() << "Total time to retile and generate stars: "
|
||||
<< ((usecTimestampNow() - usecTimestamp(&startTime)) / 1000) << "msec";
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue