Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manatlan/ppviz
Python Profiler Vizualizer
https://github.com/manatlan/ppviz
Last synced: about 1 month ago
JSON representation
Python Profiler Vizualizer
- Host: GitHub
- URL: https://github.com/manatlan/ppviz
- Owner: manatlan
- License: mit
- Created: 2023-10-31T16:37:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T07:40:05.000Z (about 1 year ago)
- Last Synced: 2024-10-09T12:28:20.888Z (3 months ago)
- Language: Python
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ppviz (python profiler viz'ualizer)
It's a GUI to explore/profile a python file.
(it's a little bit like [snakeviz](https://jiffyclub.github.io/snakeviz/))
Should work on windows/mac/linux and chromeos/linux```
$ python -m pip install ppviz
$ ppviz sudoku.py
```
**remark**: "sudoku.py" is an example (and can be found [here](https://github.com/manatlan/sudoku_resolver/blob/master/sudoku.py)), you should use the python file you want to profile ;-)![screenshot](screenshot.png?raw=true "Screenshot")
it uses [htag](https://github.com/manatlan/htag)(+htbulma) as gui system ;-)