mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Merge changes from str_substitution that are unrelated to that branch.
Included is a small bugfix to an ast_str helper, but most of these changes are simply doxygen fixes. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@185912 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -146,10 +146,10 @@ char *ast_complete_source_filename(const char *partial, int n);
|
||||
*
|
||||
* (note, this must be documented a lot more)
|
||||
* ast_add_profile allocates a generic 'counter' with a given name,
|
||||
* which can be shown with the command 'show profile <name>'
|
||||
* which can be shown with the command 'core show profile <name>'
|
||||
*
|
||||
* The counter accumulates positive or negative values supplied by
|
||||
* ast_add_profile(), dividing them by the 'scale' value passed in the
|
||||
* \see ast_add_profile(), dividing them by the 'scale' value passed in the
|
||||
* create call, and also counts the number of 'events'.
|
||||
* Values can also be taked by the TSC counter on ia32 architectures,
|
||||
* in which case you can mark the start of an event calling ast_mark(id, 1)
|
||||
|
Reference in New Issue
Block a user