Designed to save pstats log to folder.
Project description
Abstract
Designed to save pstats log to folder...
Install
pip3 install pstats_extender
Usage
import pstats_extender
@pstats_extender.profile()
def some_function():
...
or
import pstats_extender
with pstats_extender.profile(
sortby=pstats_extenter.SortKey.CUMULATIVE, directory="../pstats"
):
# your code here
or
import pstats_extender
with pstats_extender.profile():
# your code here
License
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pstats_extender-0.1.4.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 pstats_extender-0.1.4.tar.gz.
File metadata
- Download URL: pstats_extender-0.1.4.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.24
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e085b0461b1c9d97a7098704c3e366a6028813037d65920e988ff04338c8c79b
|
|
| MD5 |
e8c6df52a009309ed8df9bd46f45a169
|
|
| BLAKE2b-256 |
02e8de9800023c9fdbdab223e119175f9814a1c33da26ec32004665f9b000f9a
|
File details
Details for the file pstats_extender-0.1.4-py3-none-any.whl.
File metadata
- Download URL: pstats_extender-0.1.4-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.24
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb72789350e6ead82dc5658042d39b6aba44df84373bfe1e9debe7dbab2f1fae
|
|
| MD5 |
f5f9960f315737877f5eee7ac8f42fb1
|
|
| BLAKE2b-256 |
fbbd4b19033aacb98890e643bbc6c4b10067c4fddf916d5c0716383e97b7dce7
|