Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StopWatch #103

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

StopWatch #103

wants to merge 6 commits into from

Conversation

SimBe195
Copy link
Collaborator

@SimBe195 SimBe195 commented Mar 4, 2025

Add a simple StopWatch class to Core. This is a timer class with start/stop functions that accumulates all the timed intervals to a total.

The intended use is creating performance statistics for different subtasks in search. This PR already changes the PerformanceCounter in AdvancedTreeSearch to use this StopWatch. Other searches (e.g. #101) are also going to make use of it.

@SimBe195 SimBe195 requested review from curufinwe and larissakl March 4, 2025 13:34
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