-
Notifications
You must be signed in to change notification settings - Fork 137
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
Comments
This was referenced May 4, 2020
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.
Merged
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
No description provided.
The text was updated successfully, but these errors were encountered: