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.4.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.4-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: k3stopwatch-0.1.4.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.4.tar.gz
Algorithm Hash digest
SHA256 dc1cd6c01adcf12d0264b9b90714d5730610b575593f813a92130ed8f63854b7
MD5 cd0e55b2149262c3530057dd70549a5e
BLAKE2b-256 983b2a701499a2d4e7e8ea8d6139bf74e64aeba3cf05e640842ff4e65225caf5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: k3stopwatch-0.1.4-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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 b1b303e205b273c5463b6d95c0e717415e4d23ab79328e2db55ba2b8a3b8c45f
MD5 6106882633ce271065ad530cd12629e5
BLAKE2b-256 e235ca7b9ec94f034bf301ac7aec2941b7489fb89ec0642506e2cda6921cae68

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