--- AnyEvent/lib/AnyEvent.pm 2008/04/25 07:14:33 1.68 +++ AnyEvent/lib/AnyEvent.pm 2008/04/25 07:15:09 1.69 @@ -872,7 +872,7 @@ become writable, which it is), lets them fire exactly once and destroys them again. -=head2 Explanation of the fields +=head2 Explanation of the columns I is the number of event watchers created/destroyed. Since different event models feature vastly different performances, each event @@ -892,7 +892,8 @@ I is the time, in microseconds, used to invoke a simple callback. The callback simply counts down a Perl variable and after it was -invoked "watcher" times, it would C<< ->broadcast >> a condvar once. +invoked "watcher" times, it would C<< ->broadcast >> a condvar once to +signal the end of this phase. I is the time, in microseconds, that it takes destroy a single watcher.