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


Groups > comp.lang.python > #102154 > unrolled thread

PyVmMonitor 1.0.1 released

Started byFabio Zadrozny <fabiofz@gmail.com>
First post2016-01-27 11:26 -0200
Last post2016-01-27 11:26 -0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

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

#102154 — PyVmMonitor 1.0.1 released

FromFabio Zadrozny <fabiofz@gmail.com>
Date2016-01-27 11:26 -0200
SubjectPyVmMonitor 1.0.1 released
Message-ID<mailman.34.1453901218.2338.python-list@python.org>
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/

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web