Asterisk - The Open Source Telephony Project
18.5.0
|
Functions | |
def | create_stats () |
def | main (argv=None) |
def | process_file (options) |
def | update_stats (current, peak, total, key, direction, delta) |
Process a ref debug log for memory usage This will provide information about total and peak allocations. See http://www.asterisk.org for more information about the Asterisk project. Please do not directly contact any of the maintainers of this project for assistance; the project provides a web site, mailing lists and IRC channels for your use. This program is free software, distributed under the terms of the GNU General Public License Version 2. See the LICENSE file at the top of the source tree. Copyright (C) 2018, CFWare, LLC Corey Farrell <[email protected]>
def refstats.create_stats | ( | ) |
def refstats.main | ( | argv = None | ) |
Main entry point for the script
Definition at line 150 of file refstats.py.
References process_file().
def refstats.process_file | ( | options | ) |
The routine that kicks off processing a ref file
Definition at line 50 of file refstats.py.
References create_stats(), len(), and update_stats().
Referenced by main().
def refstats.update_stats | ( | current, | |
peak, | |||
total, | |||
key, | |||
direction, | |||
delta | |||
) |
Update statistics objects
Definition at line 38 of file refstats.py.
Referenced by process_file().