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

Add performance counters for threading subsystem #1057

Closed
hkaiser opened this issue Jan 29, 2014 · 1 comment
Closed

Add performance counters for threading subsystem #1057

hkaiser opened this issue Jan 29, 2014 · 1 comment

Comments

@hkaiser
Copy link
Member

hkaiser commented Jan 29, 2014

Add new performance counters:

  • allowing to retrieve the "pending accesses" "pending misses" for every scheduler thread - 5765842
  • split "stolen" performance counter into four counters (stolen from pending, stolen to pending, stolen from staged, stolen to staged) - 5765842
  • that measure the % of time spent creating and cleaning up of thread objects (see d8ae232, 5c934c5 for related commits)
  • Increase precision of idle rate counters from 0.1% to 0.01%. Change creation/cleanup counters to be percentages of idle-rate (see b5aff61 for a related commit)
@ghost ghost assigned brycelelbach Jan 29, 2014
@hkaiser hkaiser mentioned this issue Jan 29, 2014
8 tasks
@brycelelbach
Copy link
Member

Done as per scheduler_cleanup. WRT the idle rate precision, I think the 0.01% precision should be sufficient, although we certainly could go higher. 0.0.1% precision gives us an instrument uncertainty of 0.005%, which is likely close to the variance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants