I
was looking at the "sysnums" test because on one of our test machines
with debug it takes a bit more than the 90 seconds that are allowed and
therefore usually fails.
There
is a comment in the source that says: "Our 1K * 100 outer loop iters
does make the drcacheoff.sysnums test a little slow, but is required to
hit the interrupted block case in my tests on my x86 and a64 machines."
I
would like to see if I can make it hit the interesting case more
frequently. How can I check if the interesting case has been hit? Can
anyone suggest a temporary modification to DynamoRIO that I could use
for that purpose?
Edmund