Skip to main content

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.1 (2017-11-22)

  • changelong and long description added

0.1.0 (2017-11-22)

  • initial release

Project details


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.1.tar.gz (2.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page