Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manatlan/ppviz

Python Profiler Vizualizer
https://github.com/manatlan/ppviz

Last synced: about 1 month ago
JSON representation

Python Profiler Vizualizer

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 ;-)