mbeckersys / valgrind-ws

Valgrind tool/plugin to calculate the working set
GNU General Public License v3.0
2 stars 1 forks source link

Reduce overhead/slowdown #2

Open mbeckersys opened 6 years ago

mbeckersys commented 6 years ago

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

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

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

mbeckersys commented 6 years ago