Skip to main content

Decorator that prints the running time of a function

Project description

Description

This decorator prints the running time that a function needed to complete.

from timeme import timeme
from time import sleep

@timeme
def function(a, b):
    sleep(2)

function(1, 2)
# 'function' ((1, 2), {}) 2.00 sec

Installation

The package has been uploaded to PyPI, so you can install it with pip:

pip install timeme

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

timeme-0.1.1.tar.gz (1.4 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