Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #102154

PyVmMonitor 1.0.1 released

From Fabio Zadrozny <fabiofz@gmail.com>
Newsgroups comp.lang.python
Subject PyVmMonitor 1.0.1 released
Date 2016-01-27 11:26 -0200
Message-ID <mailman.34.1453901218.2338.python-list@python.org> (permalink)

Show all headers | View raw


PyVmMonitor 1.0.1 is now available for download

*Release Highlights:*

   - Pstats files may be passed in the command line to be opened in
   pyvmmonitor-ui.
   - Fixed issue opening PyVmMonitor in Mac OS (El Capitan).
   - Opening PStats file may fail because it's linked to a Python version,
   so, in such a situation, PyVmMonitor allows opening it using a different
   interpreter.
   - Command line examples are properly wrapped with quotes on Windows.

See: http://www.pyvmmonitor.com for more information.

*What is PyVmMonitor?*

PyVmMonitor is a profiler with a simple goal: being the best way to profile
a Python program.

*Features*

   - Attach profiler to a running (CPython) program
   - Deterministic profiling through cProfile/profile integration
   - On demand profiling with Yappi integration
   - Analyze existing PStats results
   - Open DOT files
   - Programatic API access
   - Profile on a different machine
   - Multiple processes support (multiprocessing, django...)
   - Live sampling/CPU view
   - Select time range
      - Group samples by method or line
   - PyDev integration
   - PyCharm integration

Enjoy!

Fabio Zadrozny

Software Developer

LiClipse
http://www.liclipse.com

PyDev - Python Development Environment for Eclipse
http://pydev.org
http://pydev.blogspot.com

PyVmMonitor - Python Profiler
http://www.pyvmmonitor.com/

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

PyVmMonitor 1.0.1 released Fabio Zadrozny <fabiofz@gmail.com> - 2016-01-27 11:26 -0200

csiph-web