Skip to main content

Hierarchical timing measurement with aggregated and tracing reports

Project description

k3stopwatch

Action-CI Build Status Documentation Status Package

StopWatch - library for adding timers and tags in your code for performance monitoring

k3stopwatch is a component of pykit3 project: a python3 toolkit set.

StopWatch operates on a notion of "spans" which represent scopes of code for which we want to measure timing. Spans can be nested and placed inside loops for aggregation.

StopWatch requires a root scope which upon completion signifies the end of the round of measurements. On a server, you might use a single request as your root scope.

StopWatch produces two kinds of reports.

  1. Aggregated (see _reported_values).
  2. Non-aggregated or "tracing" (see _reported_traces).

Install

pip install k3stopwatch

Synopsis

import k3stopwatch
sw  = k3stopwatch.StopWatch()

with sw.timer('rwoot'):
    for i in range(50):
         with sw.timer('inner_task'):
             print("do_inner_task(i)")

Author

Zhang Yanpo (张炎泼) drdr.xp@gmail.com

Copyright and License

The MIT License (MIT)

Copyright (c) 2015 Zhang Yanpo (张炎泼) drdr.xp@gmail.com

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

k3stopwatch-0.1.3.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

k3stopwatch-0.1.3-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file k3stopwatch-0.1.3.tar.gz.

File metadata

  • Download URL: k3stopwatch-0.1.3.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for k3stopwatch-0.1.3.tar.gz
Algorithm Hash digest
SHA256 532f1cada762bc79ccf148c35d898e8c370cca0cc60479676d18b90f3917ba95
MD5 91de4cff0ce481257a7d1082f29d6a03
BLAKE2b-256 6856bee24222b2fe791a306d1f6d1fcff01ad2dcf4aeba6e87366c75c119972d

See more details on using hashes here.

File details

Details for the file k3stopwatch-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: k3stopwatch-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for k3stopwatch-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 9be92c5e1441b770e4bf281f740e908f7ed43b89da3466e0bcb04fb0dc75e82d
MD5 adc284da27a47ffe19ba9cf72152b072
BLAKE2b-256 dd072a92596bd1773b426790b6feadb411235f371323d893d163754fcb005191

See more details on using hashes here.

Supported by

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