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

Generalize perf counters/timers #116

Open
randomir opened this issue Mar 21, 2019 · 0 comments
Open

Generalize perf counters/timers #116

randomir opened this issue Mar 21, 2019 · 0 comments
Labels
feature New feature or request

Comments

@randomir
Copy link
Member

Timers are stored in a list, one per call, and counters are scalars updated on each call.

Provide a general underlying object ~ PerfCounter/StatCounter/VariableStats/Trace/similar that could be used to implement both behaviours + do on-update stats (count/min/max/mean/median).

Block developers could then use such PerfCounter to trace/log/aggregate values of interest, per iteration (e.g. (sub)problem size, max chain length, best sample energy - maybe even per branch, etc.)

@randomir randomir added the feature New feature or request label Mar 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant