Skip to content

Conversation

@kripken
Copy link
Member

@kripken kripken commented Jan 23, 2026

No description provided.

@kripken kripken requested a review from tlively January 23, 2026 01:06

#ifdef POSSIBLE_CONTENTS_DEBUG
std::cout << "... " << timer.lastElapsed() << "\n";
timer.restart();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to restart the timer if you're using lastElapsed everywhere. That already reports only the time since the last measurement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants