Skip to main content

Python code performace metrics calculation tool

Project description

Perfwatch

Perfwatch is a python package that allows you to monitor the performance of your code. It is designed to be used in a Jupyter notebook, but can also be used in a Python script.

Table of Contents

Installation

To install perfwatch, run the following command:

pip install perfwatch

Development

To install perfwatch for development, clone the repository and run the following command:

poetry install

To setup pre-commit hooks, run the following command:

poetry run pre-commit install

To run the tests, run the following command:

poetry run pytest

Usage

Available Profiler Types

The profiler supports the following profiler types:

  • cpu: Profiles CPU usage using the cProfile module.
  • memory: Profiles memory usage using the memory_profiler module.
  • thread: Profiles thread creation and usage.
  • io: Profiles I/O operations.
  • network: Profiles network traffic using the NetworkProfiler class.
  • gpu: Profiles GPU usage using the GPUProfiler class.
  • cache: Profiles cache performance (not implemented).
  • exception: Profiles exception handling (not implemented).
  • system: Profiles system performance (not implemented).
  • distributed: Profiles distributed system performance (not implemented).
  • line: Profiles line-by-line execution using the line_profiler module.
  • time: Profiles execution time.

Basic Usage

from perfwatch import watch

@watch(["line", "cpu", "time"])
def test():
    for _ in range(1000000):
        pass

if __name__ == "__main__":
    test()

Customizing Profiling

You can customize the profiling behavior by passing additional keyword arguments to the watch decorator. For example:

@watch(["network"], packet_src="localhost")
def my_function(x, y):
    # function implementation
    pass

Logging

You can log the profiling results to a file by assigning LOG_FILE_PATH envar to desired file location

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

perfwatch-1.6.5.tar.gz (8.0 kB view details)

Uploaded Source

Built Distribution

perfwatch-1.6.5-py3-none-any.whl (11.8 kB view details)

Uploaded Python 3

File details

Details for the file perfwatch-1.6.5.tar.gz.

File metadata

  • Download URL: perfwatch-1.6.5.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/6.5.0-1025-azure

File hashes

Hashes for perfwatch-1.6.5.tar.gz
Algorithm Hash digest
SHA256 f5557b235a241669496405709c163aeb1eaa3583c27bd3216615eaa2b2352a11
MD5 d8726aa1ba5e1bbc4eac4d1b96276550
BLAKE2b-256 c073b7f67ea4bad7b4a6b07ae121d687969fdf4baa4a66a1a9f3e1ee0de6b1f4

See more details on using hashes here.

File details

Details for the file perfwatch-1.6.5-py3-none-any.whl.

File metadata

  • Download URL: perfwatch-1.6.5-py3-none-any.whl
  • Upload date:
  • Size: 11.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/6.5.0-1025-azure

File hashes

Hashes for perfwatch-1.6.5-py3-none-any.whl
Algorithm Hash digest
SHA256 b7011e4164ae68c9ebfd949fa47d17c47c313881a99cefccfca417ae5a3cf987
MD5 a5bf9e9b0057685572a70bb2b367175b
BLAKE2b-256 01bd4a75abf4a8dc26cb404a3efc32b58af19e0f981f17c50dd0845a8c0de1e7

See more details on using hashes here.

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