Skip to main content

Performance Monitoring Capabilities

Project description

Description

Performance Monitoring Capabilities

Installation

pip install speedmon

Usage

Programmatically:

from speedmon.SpeedMonitor import SpeedMonitor

p = SpeedMonitor(label="Execution Time of Heavy Calcuation")

result = 1000000 * 1000000

p.printExecutionTime()

Example

Produces the following output:

----------
         Label: Execution Time of Heavy Calcuation
      Datetime: 23/10/2022 16:41:18
Execution Time: 0.0 sec
----------

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

speedmon-1.0.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

speedmon-1.0.0-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

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