Show Menu
Cheatography

Profiling Python Code In Jupyter Cheat Sheet by

Profiling Python Code In Jupyter

CPU Determ­inistic Profilers- Program level

CPU Determ­inistic Profil­ers­ - ­Fun­ction level

CPU Determ­inistic Profil­ers -  Line level

 

Memory Determ­inistic Profiler- Program Level

Memory Determ­inistic Profil­er ­- F­unction level

Memory Profiler- Determ­inistic Line Level

 

Profilers Visual­izers

CPU Statis­tical Profil­ers -  Line level

Tips

Tips
All profilers add overhead
Statis­tical Profilers add less overhead
Method level profiling is not always enough
                   
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

            Python 3 Cheat Sheet by Finxter
          Python Date Time Format (strftime) Cheat Sheet