Oh yes, of course. Silly me!

On Wed, Jan 25, 2012 at 12:52 PM, Nick Coghlan <ncoghlan@gmail.com> wrote:
On Wed, Jan 25, 2012 at 8:28 PM, David Townshend <aquavitae69@gmail.com> wrote:
> Would that stop the profiler between calles though?  In Yuval's example,
> wouldn't  do_a_hard_but_i_dont_care_now_task be included in the profile
> then?

No, because the two profiling blocks aren't overlapping - the count
drops to zero between them so the profiler will be disabled for that
period.

Cheers,
Nick.

--
Nick Coghlan   |   ncoghlan@gmail.com   |   Brisbane, Australia