From 96ea12126e2485fca439c0de887ed721a045e510 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 16 Jun 2008 13:03:40 +0000 Subject: Add a "timing test" CLI command. It opens a timer and configures it for 50 ticks per second, and then counts to see how many ticks it actually gets in a second. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@122926 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/asterisk/_private.h b/include/asterisk/_private.h index 215a56178..fe9aa2c04 100644 --- a/include/asterisk/_private.h +++ b/include/asterisk/_private.h @@ -37,6 +37,7 @@ void ast_autoservice_init(void); /*!< Provided by autoservice.c */ int ast_http_init(void); /*!< Provided by http.c */ int ast_http_reload(void); /*!< Provided by http.c */ int ast_tps_init(void); /*!< Provided by taskprocessor.c */ +int ast_timing_init(void); /*!< Provided by timing.c */ /*! * \brief Reload asterisk modules. -- cgit v1.2.3