nsaje / pstats-viewer

An online viewer of Python profile files

Home Page:https://nejc.saje.info/pstats-viewer.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

online pstats viewer

An online version of Snakeviz.

Since Python profile files are just marshalled dictionaries and Python documentation warns against unmarshaling data from an untrusted source, the unmarshalling is performed in AWS Lambdas.

Deploy

If you want to host your own,

  • host the content of the static directory somewhere online
  • set the STATIC_URL in impl/main.py to where you're hosting the static files
  • install Apex and run apex deploy.

About

An online viewer of Python profile files

https://nejc.saje.info/pstats-viewer.html


Languages

Language:JavaScript 46.1%Language:HTML 36.2%Language:CSS 8.9%Language:Python 8.7%