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.5.3.tar.gz (6.7 kB view details)

Uploaded Source

Built Distribution

perfwatch-1.5.3-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: perfwatch-1.5.3.tar.gz
  • Upload date:
  • Size: 6.7 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.5.3.tar.gz
Algorithm Hash digest
SHA256 6003328a08231a1eb351d386644ac4025a2338a140b09eff4439758beee18ac5
MD5 5a84f34edec768246590f45fea78f694
BLAKE2b-256 2f7f8904fd04378a82ce83c161e540725fa69264dfd4c6c7aedd28750073f23e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: perfwatch-1.5.3-py3-none-any.whl
  • Upload date:
  • Size: 8.9 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.5.3-py3-none-any.whl
Algorithm Hash digest
SHA256 53a834796fae917cbaedf818bfdee85a1ca326555b1084e798007a2f1f0cff92
MD5 13ef85736be0b933971738869b7d9be2
BLAKE2b-256 0f28983adda0560e5b9acd0f08c3c72aeebc91dd3de5b2139c1ed580e303999e

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