Asterisk - The Open Source Telephony Project
18.5.0
|
Functions | |
def | main (argv=None) |
def | process_file (options) |
Process a ref debug log for lock usage This file will process a log file created by Asterisk that was compiled with REF_DEBUG and DEBUG_THREADS. 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 reflocks.main | ( | argv = None | ) |
Main entry point for the script
Definition at line 82 of file reflocks.py.
References process_file().
def reflocks.process_file | ( | options | ) |
The routine that kicks off processing a ref file
Definition at line 28 of file reflocks.py.
References len().
Referenced by main().