You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple program that reserves a bunch of memory (may be use malloc), and dirties it. Possibly just a ~10 line program. The goal is dirty the pages at a controlled rate. The input can be how many pages to dirty and at what rate(how many pages to dirty per unit time). May be an output of how many it dirtied for the time the program ran.
The text was updated successfully, but these errors were encountered:
this may not be worth the effort to write ourselves. The parsec benchmarks should give us something similar to this since some of them should be more memory intensive than others.
Simple program that reserves a bunch of memory (may be use
malloc
), and dirties it. Possibly just a ~10 line program. The goal is dirty the pages at a controlled rate. The input can be how many pages to dirty and at what rate(how many pages to dirty per unit time). May be an output of how many it dirtied for the time the program ran.The text was updated successfully, but these errors were encountered: