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

Ability to pause and resume timers inside the benchmark block #35

Closed
denizevrenci opened this issue Jun 22, 2020 · 2 comments
Closed

Ability to pause and resume timers inside the benchmark block #35

denizevrenci opened this issue Jun 22, 2020 · 2 comments
Assignees
Labels
duplicate This issue or pull request already exists

Comments

@denizevrenci
Copy link

It would be nice to have a facility similar to Google Benchmark's PauseTiming() and ResumeTiming() for benchmarks that need a setup phase at each iteration.

@martinus
Copy link
Owner

That would only work reliably with very slow benchmark, and is complicated by the performance counters. Duplicate of #22

@martinus
Copy link
Owner

See #86

@martinus martinus self-assigned this Feb 16, 2023
@martinus martinus added the duplicate This issue or pull request already exists label Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants