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 hashes)
Built Distribution
Close
Hashes for pstats_extender-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27e6aff69c3fa905706b2d1059f8988c2b573bdf110dba4bc67c02daf8aed509 |
|
MD5 | 7d8b75ab09ea05eb2bc4d85d4ad4fe25 |
|
BLAKE2b-256 | efba66be56c02b2156e9981d1b0a18d14bb1d9f441a112406886cddf9ee6bb72 |