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

per thread cpu timers #1162

Closed
eyberg opened this issue May 4, 2020 · 0 comments · Fixed by #1171
Closed

per thread cpu timers #1162

eyberg opened this issue May 4, 2020 · 0 comments · Fixed by #1171
Assignees

Comments

@eyberg
Copy link
Contributor

eyberg commented May 4, 2020

No description provided.

francescolavra added a commit that referenced this issue May 10, 2020
This commit adds thread-specific timers that measure the CPU time spent (in
either user mode or system mode) by each thread. Measurement of CPU time spent
by the entire process is now implemented by taking into account that different
threads could run simultaneously on different CPUs.

Closes #1162.
francescolavra added a commit that referenced this issue May 12, 2020
This commit adds thread-specific timers that measure the CPU time spent (in
either user mode or system mode) by each thread. Measurement of CPU time spent
by the entire process is now implemented by taking into account that different
threads could run simultaneously on different CPUs.

Closes #1162.
francescolavra added a commit that referenced this issue May 12, 2020
This commit adds thread-specific timers that measure the CPU time spent (in
either user mode or system mode) by each thread. Measurement of CPU time spent
by the entire process is now implemented by taking into account that different
threads could run simultaneously on different CPUs.

Closes #1162.
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 a pull request may close this issue.

2 participants