ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent/Debug.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent/Debug.pm (file contents):
Revision 1.14 by root, Sun Aug 14 16:03:46 2011 UTC vs.
Revision 1.15 by root, Mon Aug 15 12:56:53 2011 UTC

213 213
214Also, enabling and disabling instrumentation will not recover the full 214Also, enabling and disabling instrumentation will not recover the full
215performance that you had before wrapping (the AE::xxx functions will stay 215performance that you had before wrapping (the AE::xxx functions will stay
216slower, for example). 216slower, for example).
217 217
218Currently, enabling wrapping will also load AnyEvent::Strict, but this is 218If you are developing your program, also consider using AnyEvent::Strict
219not be relied upon. 219to check for common mistakes.
220 220
221=cut 221=cut
222 222
223our $WRAP_LEVEL; 223our $WRAP_LEVEL;
224our $TRACE_LEVEL; 224our $TRACE_LEVEL;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines