asterisk/utils
Luigi Rizzo 2876a25505 add 'show threads' and 'show profile' commands.
These are momstly debugging tools for developers,
a bit documented in the header files (utils.h),
although more documentation is definitely necessary.

The performance impact is close to zero(*) so there is no
need to compile it conditionally.
(*) not completely true - thread destruction still needs
to search a list _but_ this can be easily optimized if we
end up with hundreds of active threads (in which case, though,
the problem is clearly elsewhere).



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19544 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-04-12 20:40:46 +00:00
..
Makefile ensure that dependencies are rebuilt after 'make update' so that builds don't break when files are removed/renamed 2006-02-12 16:52:42 +00:00
astman.1 remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
astman.c add 'show threads' and 'show profile' commands. 2006-04-12 20:40:46 +00:00
check_expr.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
frame.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
frame.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
smsq.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
stereorize.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
streamplayer.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00