Skip to main content

ctime is a python library for how long does the function takes for execute completally

Project description

ctime

ctime is a python library for how long does the function takes for execute completally

Installation

Use the package manager pip to install ctime.

pip install ctime

Usage

import ctime

@ctime.ctime() # Optional args: simplified, printable
def function():
    ... # Your code
    
function()
Function "function_name" took X seconds.

License

MIT

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

ctime-1.0.0.tar.gz (2.6 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