Skip to content

windelbouwman/pyspeedscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speedscope for python

Speedscope is a nice web-app to view a flame graph of your application.

This project contains a python recorder for speedscope.

Installation

$ pip install speedscope

Usage

import speedscope
from my_code import slow_function

with speedscope.track('speedscope.json'):
    slow_function()

Next, upload the file speedscope.json into the webapp.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages