Skip to main content

Hierarchical timing measurement with aggregated and tracing reports

Project description

k3stopwatch

Action-CI 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.5.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.5-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: k3stopwatch-0.1.5.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.5.tar.gz
Algorithm Hash digest
SHA256 ae895c59bf2979dec35ba6b6cd404fc4eeff311fb592cab635487212afe1dcb1
MD5 d9f0e2e72eb8118603d45ff190e6fc62
BLAKE2b-256 7512729e3314838a97257eb59043e75c4764952418bdcd8285a624789454439d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: k3stopwatch-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 8.4 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 fd514c6fc30c488d02d461bde31be6ffe339875d9563567617075934d6b3e912
MD5 ffd6299f889fb09bf86b0209a70282ad
BLAKE2b-256 a646a2e2d3559f20f24c1247048f968614a58ef141c5a800b315ab7e2c5a6a7e

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