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

Reduce overhead/slowdown #2

Open
mbeckersys opened this issue Oct 23, 2018 · 1 comment
Open

Reduce overhead/slowdown #2

mbeckersys opened this issue Oct 23, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mbeckersys
Copy link
Owner

mbeckersys commented Oct 23, 2018

Execution of a program is drastically slowed down, determine cause and reduce overhead.

Evidence: stress-ng -c1 --cpu-ops=500:

  • standalone: ~2s
  • valgrind-nullgrind: ~9s
  • valgrind-memcheck: ~31s
  • valgrind-ws (--ws-every=1E6): ~227s
  • valgrind-ws (--ws-every=1E6) --ws-peak-detect=yes): ~226s

Peak detection overhead seems just fine, but the general overhead is unsatisfying.

@mbeckersys mbeckersys added the enhancement New feature or request label Oct 23, 2018
@mbeckersys mbeckersys self-assigned this Oct 23, 2018
mbeckersys added a commit that referenced this issue Oct 23, 2018
@mbeckersys
Copy link
Owner Author

  • valgrind-ws (--ws-every=1E6): ~101s
  • valgrind-ws (--ws-every=1E6 --ws-peak-detect=yes): ~103s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant