A simple performance tracing and visualization library for Python
Project description
TimeTrace
TimeTrace is a simple performance tracing and visualization library for Python.
Installation
pip install timetrace
from timetrace import TimeTrace
tracer = TimeTrace()
@tracer.trace
def my_function():
# Function implementation
my_function()
tracer.report()
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
timetrace-0.2.0.tar.gz
(2.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file timetrace-0.2.0.tar.gz.
File metadata
- Download URL: timetrace-0.2.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
795a307f96a55b8a34b72d518b638895830ab82291846810826355602f2a516d
|
|
| MD5 |
a093a33a0794c29e4835fa6ed56dedd8
|
|
| BLAKE2b-256 |
0a3b585507f16c9654a7d4f70a85e5328d21039caa9138081b2eda031be211c8
|
File details
Details for the file timetrace-0.2.0-py3-none-any.whl.
File metadata
- Download URL: timetrace-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f9736999fb2d8086902c0987adadeb373f8506e83ea6e19f449648057f8bb92
|
|
| MD5 |
9aac58d9233f99c41e062073abfaa024
|
|
| BLAKE2b-256 |
d34c3e03d508b569e6796b607c68b03fb5f25735ce83cfe356fd3c9b88cec7cd
|