Designed to save pstats log to folder.
Project description
Abstract
Designed to save pstats log to folder...
Install
pip3 install git+https://github.com/GrafLearnt/pstats_extender.git
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.2.tar.gz
(2.1 kB
view details)
Built Distribution
File details
Details for the file pstats_extender-0.1.2.tar.gz
.
File metadata
- Download URL: pstats_extender-0.1.2.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9118c5744c1a077befa810087b4bb2c79a068ca795cc5d9fe9e98d5082f02169 |
|
MD5 | 01349f0ec08d5ffb780e963c7b7892cd |
|
BLAKE2b-256 | 62d1df60914af20a5d516913fa31f9cb8c35c1311ce87d412d6324673a8d6df7 |
File details
Details for the file pstats_extender-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: pstats_extender-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27e6aff69c3fa905706b2d1059f8988c2b573bdf110dba4bc67c02daf8aed509 |
|
MD5 | 7d8b75ab09ea05eb2bc4d85d4ad4fe25 |
|
BLAKE2b-256 | efba66be56c02b2156e9981d1b0a18d14bb1d9f441a112406886cddf9ee6bb72 |