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

Address StopWatch for concurrent code #557

Closed
lgeretti opened this issue May 3, 2021 · 0 comments
Closed

Address StopWatch for concurrent code #557

lgeretti opened this issue May 3, 2021 · 0 comments
Assignees
Labels
deficiency Un undesirable feature which is not a bug enhancement Something new or different that is an improvement utility Utility module
Milestone

Comments

@lgeretti
Copy link
Member

lgeretti commented May 3, 2021

StopWatch does not return useful results when used in concurrent code (yielding the total time involved), we shall address this using std::chrono and also allow to set the scale of the measurement.

@lgeretti lgeretti added enhancement Something new or different that is an improvement utility Utility module deficiency Un undesirable feature which is not a bug labels May 3, 2021
@lgeretti lgeretti added this to the Release 2.3 milestone May 3, 2021
@lgeretti lgeretti self-assigned this May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deficiency Un undesirable feature which is not a bug enhancement Something new or different that is an improvement utility Utility module
Development

No branches or pull requests

1 participant