Skip to content

nsaje/pstats-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published