Skip to main content

A very minimalistic python module that lets you track the time your code snippets take to run.

Project description

Clock Keeper

A very minimalistic python module that lets you track the time your code snippets take to run.

This package is available on PyPI! Run the following command on your terminal to use it in your project.

pip install clock-keeper

Usage example is as follows -

Importing Class from module.

from clock_keeper.utility import Timer

Instantiating timer object.

timer = Timer()

Starting and ending keeping time.

timer.markStart()

for loop in lengthy_task:
    # Computing the meaning of life.

timer.markEnd()

Output -

started processing: 2022-01-19 16:24:57.534867
done processing: 2022-01-19 16:25:05.282381
this operation took: 0:00:07.747514

Contributions

Feel free to fork this project and add testing functionality and better terminal logging (especially if you want it in your production use cases).

Cheers, Rajdeep. <3

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

clock_keeper-0.7.7.tar.gz (3.1 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