Hello! I am doing a project related to memory prediction. The project can do some data pre-load according to the regularity of program runtime. I wanna if scarphase can also grab code according to the regularity of runtime. For instance, if the CPI reaches the threshold, then the code which is running is grabbed.
Thanks.