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 new performance counters #1288

Closed
hkaiser opened this issue Oct 16, 2014 · 1 comment
Closed

Add new performance counters #1288

hkaiser opened this issue Oct 16, 2014 · 1 comment

Comments

@hkaiser
Copy link
Member

hkaiser commented Oct 16, 2014

I think we should add counters for what I called phase duration and task length in my paper. Right now we have idle_rate = 1-(exec_total/tfunc_total) * 10000 [.01%]:

phase_duration = exec_total / cumulative_phases [ns]
task_length = exec_total / phases [ns]

so the flags for cumulative counts and idle_rate would both have to be turned on for this to work

Also, I’m wondering if we should be able to reset certain counters for intervals. I’m thinking that if I measure these on an interval basis right now it would be accumulative and it would be useful to reset them for that interval. This would be something we can consider and do later if it is feasible.

@hkaiser
Copy link
Member Author

hkaiser commented Oct 25, 2014

That has been fixed by merging #1289

@hkaiser hkaiser closed this as completed Oct 25, 2014
hkaiser added a commit that referenced this issue Oct 25, 2014
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

1 participant