Attach to running CPython program and use Yappi to do a profile session
Command line parameters for PyVmMonitor
API to use PyVmMonitor programatically
PyVmMonitor preferences (theme, listening port, editor font, etc.)
Copyright 2014-2024 - Brainwy Software Ltda.
Hosted on GitHub Pages - Theme by orderedlist
# Add the public_api to the PYTHONPATH (could be done by changing environment
# variable or adding the contents inside public_api to site-packages too).
import sys
sys.path.append(r'/my/path/to/public_api')
# Note that the port may be different... in the
# right-bottom corner of pyvmmonitor it'll show the port it's listening to.
import pyvmmonitor
pyvmmonitor.connect(host='my.windows.host.ip', port=5687)