On Wed, Jan 19, 2000 at 07:09:02PM +0100, [EMAIL PROTECTED] wrote:
> So, I saw the patch included the free() checking code as well, so I will now start 
>to instruct my
> application to run with Events debugging feature. I will report the results.
> 
> _memory_counters() replies the number of watcher instances, right?

Yes.  Perhaps you can do something like this:

  Event->timer(interval => 2, cb => sub {
    warn 'Event memory: ' . join ' ', Event::_memory_counters()
  });

-- 
"Does `competition' have an abstract purpose?"
       via, but not speaking for Deutsche Bank

Reply via email to