Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 581 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 581 Bytes

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.