[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: question on debug hooks
- From: Paul K <paulclinger@...>
- Date: Sat, 6 Apr 2013 09:42:13 -0700
> I think mask and count are mutually exclusive; in other words, if you
> have "c", 100, it doesn't mean that it will be called every 100th
> "call" event. I may be mistaken, but last time I checked, count
> behaves like a line event with a threshold.
This is not the case per Roberto's comment as mask and count are not
exclusive; "count" hook is executed every Nth instruction. I stand
corrected.
Paul.