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
Release files for vmprofit 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vmprofit-0.1.2.tar.gz | 2.5 kB | Details |
Release files / vmprofit-0.1.2.tar.gz
| Download URL | vmprofit-0.1.2.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e2ddd5ea540fb71567fddf5c33b17033e1634ee1f4c0652d2f8df69d6c529eff
|
|
BLAKE2b-256 checksum How to use checksums |
b28b68529e52d024ebaf551c6eabb853d73601edcf46404c5d420cb3545bf424
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |