vmprof helpers
Project description
vmprof it!
These 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).
0.1.2 (2017-11-22)
fixed installation from PyPI
0.1.1 (2017-11-22)
changelong and long description added
0.1.0 (2017-11-22)
initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vmprofit-0.1.2.tar.gz
(2.5 kB
view details)
File details
Details for the file vmprofit-0.1.2.tar.gz.
File metadata
- Download URL: vmprofit-0.1.2.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2ddd5ea540fb71567fddf5c33b17033e1634ee1f4c0652d2f8df69d6c529eff
|
|
| MD5 |
701fccf699eaddde6e3929d11625645c
|
|
| BLAKE2b-256 |
b28b68529e52d024ebaf551c6eabb853d73601edcf46404c5d420cb3545bf424
|