Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lopuhin/vmprofit
VMprof helpers
https://github.com/lopuhin/vmprofit
Last synced: about 1 month ago
JSON representation
VMprof helpers
- Host: GitHub
- URL: https://github.com/lopuhin/vmprofit
- Owner: lopuhin
- Created: 2016-10-25T07:33:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T17:08:48.000Z (almost 7 years ago)
- Last Synced: 2024-09-24T01:59:16.207Z (about 2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
Awesome Lists containing this project
README
vmprof it!
----------.. image:: https://img.shields.io/pypi/v/vmprofit.svg
:target: https://pypi.python.org/pypi/vmprofit
:alt: PyPI VersionThese are some unofficial helpers that make using
`vmprof `_ more pleasant.For example you can do::
import vmprofit
@vmprofit.profile()
def fn(x):
do_stuff()or::
with vmprofit.profile():
do_stuff()``vmprofit.profile`` accepts ``web_url`` and ``auth`` arguments,
by default it uploads profile result of each run to https://vmprof.com
(this **WILL** change in the future to be more explicit).