qPyProfiler is a GUI (graphical user interface) to the Python profiler. It allows the user to profile a Python application and browse the profiling results in a convenient way.
| Tags | Software Development Bug Tracking Testing Interpreters |
|---|---|
| Licenses | GPL |
| Operating Systems | Unix POSIX Windows Windows |
| Implementation | Python |
Recent releases


Changes: Integration with QScintilla for source browsing with color highlighting. Colorized source code according to time spent during execution (requires Scintilla). A menu shortcut has been added. A separate module has been created for all Python pStat handling.


Changes: Uses /usr/bin/env instead of hardcoded /usr/bin/python. Correctly resizes columns according to header size. Warns the user if the source code cannot be found in the source explorer. Switches to the source list when double clicking on an item in the function table. Color has been added to the function table.


Changes: Clean stats when profiling a new session or loading a previously saved profiling session. Color has been added to total time and cumulative time for the call tree. This release use more colors (5 versus 3) to highlight the high rate. API documentation and a changelog have been added.


Changes: Basic functions are available to profile a script, save a profile session, browse a function call or call tree, browse code, and filter on keywords.