Part of twisted.application View Source
Class | ProfileRunner | Runner for the standard profile module. |
Class | HotshotRunner | Runner for the hotshot profile module. |
Class | CProfileRunner | Runner for the cProfile module. |
Class | AppProfiler | Class which selects a specific profile runner based on configuration options. |
Function | runWithProfiler | DEPRECATED in Twisted 8.0. |
Function | runWithHotshot | DEPRECATED in Twisted 8.0. |
Class | AppLogger | Class managing logging faciliy of the application. |
Function | fixPdb | Undocumented |
Function | runReactorWithLogging | Start the reactor, using profiling if specified by the configuration, and log any error happening in the process. |
Function | getPassphrase | Undocumented |
Function | getSavePassphrase | Undocumented |
Class | ApplicationRunner | An object which helps running an application based on a config object. |
Function | getApplication | Undocumented |
Function | reportProfile | DEPRECATED since Twisted 8.0. This does nothing. |
Class | ReactorSelectionMixin | Provides options for selecting a reactor to install. |
Class | ServerOptions | No class docstring; 3/7 methods documented |
Function | run | Undocumented |
Function | initialLog | Undocumented |
Function | convertStyle | Undocumented |
Function | startApplication | Undocumented |
Function | getLogFile | Build a log file from the full path. |
Class | _BasicProfiler | |
Function | _reactorZshAction | Undocumented |
DEPRECATED in Twisted 8.0.
Run reactor under standard profiler.DEPRECATED in Twisted 8.0.
Run reactor under hotshot profiler.Parameters | config | configuration of the twistd application.
(type: ServerOptions
) |
oldstdout | initial value of sys.stdout .
(type: file
) | |
oldstderr | initial value of sys.stderr .
(type: file
) | |
profiler | object used to run the reactor with profiling.
(type: AppProfiler
) | |
reactor | The reactor to use. If None , the global reactor will be
used.
|