Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Fabio Zadrozny Newsgroups: comp.lang.python Subject: PyVmMonitor 1.0.1 released Date: Wed, 27 Jan 2016 11:26:35 -0200 Lines: 50 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de KSV5ws/PBSUBxGPcm4qSbQpT7m/oQLU+Uf+BnplgMzvg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'interpreter.': 0.07; 'subject:released': 0.07; 'wrapped': 0.07; 'api': 0.09; '1.0.1': 0.09; 'python': 0.10; 'properly': 0.15; 'eclipse': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'to:addr:lists.sourceforge.net': 0.16; 'to:name:python list': 0.16; 'url:pydev': 0.16; 'developer': 0.20; 'machine': 0.21; 'see:': 0.22; 'select': 0.23; 'attach': 0.23; 'examples': 0.24; 'command': 0.26; 'message-id:@mail.gmail.com': 0.27; 'environment': 0.29; 'allows': 0.30; 'version,': 0.30; 'fixed': 0.31; 'quotes': 0.33; 'windows.': 0.33; 'open': 0.33; 'file': 0.34; 'running': 0.34; 'received:google.com': 0.35; 'so,': 0.35; 'fail': 0.35; 'url:org': 0.36; 'received:209.85': 0.36; 'to:addr :python-list': 0.36; 'being': 0.37; 'method': 0.37; 'mac': 0.37; 'received:209.85.213': 0.37; 'release': 0.37; 'integration': 0.38; 'received:209': 0.38; 'files': 0.38; 'to:addr:python.org': 0.40; 'software': 0.40; 'linked': 0.63; 'more': 0.63; 'different': 0.63; 'profile': 0.63; 'to:no real name:2**2': 0.65; 'to:2**3': 0.66; 'results': 0.66; 'demand': 0.79; 'goal:': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=paXlc019auOrdyWflB6banNH7/8Jw5ua1ZPcsIOozpE=; b=oK7ZW/huVyfbh9D9OXwii4zgTq4fQODKCczurMwAe2sZnt9iw1lwvlpAbTIu+Kyu1Y BPRNXH5PgJ2MRekNxevnQWwXeXsubipbfedvI/odMKo3z8LHcFKYuqgV47FJeZczVdcp n1p461h21tqF4gclYT6nfNTlP36PKYAw8pb3LvnlNfpmbO2fDyZOXC90xGHhw1gZMVm8 lxsl+Gg/ZrvGmCq8cS0DjBqPUxOiudHBoz3OWyAfAjZoTmXqjDHx0asXoO3kjMc4b6Yo ReWm0Hjjo297wz9IRSUm/GSVUaUVQB6K6epEXow8LHwBqfO2RrRTzJOGa64CTZKLpyOE 3wBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=paXlc019auOrdyWflB6banNH7/8Jw5ua1ZPcsIOozpE=; b=lpH/SAABFbYbh34A9ORxJxxUgAnUUp6we8J13XswwSEpYv9eOGlcpa3ZyeYolsqoTY Yjkdk649Hu0s/XHwM2uI6GlRIvNiXsdqExuRZyzefIHFS/5mnImSBu3sjk1L0uRnpqUi BDaG6PhwhSCH4OWaNX8pOE3JHGyXEWw+G5bHOJSPUDgpm/OMy0Tb9ys7yrlEnnIHXTWF RLbAZLB9XBxQeH56aZYpiCDpvkxmcYUU67ZQrwCUJkkU+kWhvGaFQ2/HHlwgXvLAAVzs t7AmwYbT43Gh96XUXFH2R7ctK6N8PPYV5s041nXAmRRLi8VfbAg64cBOpAW+YEXObh6K 7PYQ== X-Gm-Message-State: AG10YOQtuvSAFtMNCyVr5QqUNGjb/vvbt5HTAIgNOYSKIEpOnWWUgx2/yk2vszUBW0E4zB63oVPRFVnh2Vg6dw== X-Received: by 10.50.43.170 with SMTP id x10mr27544020igl.48.1453901214806; Wed, 27 Jan 2016 05:26:54 -0800 (PST) X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:102154 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/