All Projects → csurfer → Pyheatmagic

csurfer / Pyheatmagic

Licence: mit
IPython magic command to profile and view your python code as a heat map.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pyheatmagic

Xniffer
A swift network profiler built on top of URLSession.
Stars: ✭ 488 (-32.97%)
Mutual labels:  profiler
Tutorials
CatBoost tutorials repository
Stars: ✭ 563 (-22.66%)
Mutual labels:  ipython
Ipython Dashboard
A stand alone, light-weight web server for building, sharing graphs created in ipython. Build for data science, data analysis guys. Aiming at building an interactive visualization, collaborated dashboard, and real-time streaming graph.
Stars: ✭ 664 (-8.79%)
Mutual labels:  ipython
Watermark
An IPython magic extension for printing date and time stamps, version numbers, and hardware information
Stars: ✭ 505 (-30.63%)
Mutual labels:  ipython
Php Memory Profiler
Memory leak profiler for PHP
Stars: ✭ 544 (-25.27%)
Mutual labels:  profiler
Nteract
📘 The interactive computing suite for you! ✨
Stars: ✭ 5,713 (+684.75%)
Mutual labels:  ipython
Aura.sql
SQL database access through PDO.
Stars: ✭ 483 (-33.65%)
Mutual labels:  profiler
Location History Visualizer
Visualize your Google Location History using an interactive heatmap
Stars: ✭ 700 (-3.85%)
Mutual labels:  heatmap
Profiler
Firefox Profiler — Web app for Firefox performance analysis
Stars: ✭ 546 (-25%)
Mutual labels:  profiler
Complexheatmap
Make Complex Heatmaps
Stars: ✭ 654 (-10.16%)
Mutual labels:  heatmap
Digital Signal Processing Lecture
Digital Signal Processing - Theory and Computational Examples
Stars: ✭ 532 (-26.92%)
Mutual labels:  ipython
Vardbg
A simple Python debugger and profiler that generates animated visualizations of program flow, useful for algorithm learning.
Stars: ✭ 543 (-25.41%)
Mutual labels:  profiler
Heatmap.js
🔥 JavaScript Library for HTML5 canvas based heatmaps
Stars: ✭ 5,685 (+680.91%)
Mutual labels:  heatmap
Pyheat
pprofile + matplotlib = Python program profiled as an awesome heatmap!
Stars: ✭ 491 (-32.55%)
Mutual labels:  heatmap
Stackimpact Python
DEPRECATED StackImpact Python Profiler - Production-Grade Performance Profiler: CPU, memory allocations, blocking calls, exceptions, metrics, and more
Stars: ✭ 671 (-7.83%)
Mutual labels:  profiler
Flask Monitoringdashboard
Automatically monitor the evolving performance of Flask/Python web services.
Stars: ✭ 483 (-33.65%)
Mutual labels:  profiler
Flask Profiler
a flask profiler which watches endpoint calls and tries to make some analysis.
Stars: ✭ 622 (-14.56%)
Mutual labels:  profiler
Cookbook 2nd
IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018
Stars: ✭ 704 (-3.3%)
Mutual labels:  ipython
Verysleepy
Very Sleepy, a polling CPU profiler
Stars: ✭ 680 (-6.59%)
Mutual labels:  profiler
Twiggy
Twiggy🌱 is a code size profiler
Stars: ✭ 649 (-10.85%)
Mutual labels:  profiler

heat

pypiv pyv Licence Thanks

IPython magic command to profile and view your python code as a heat map using py-heat.

Demo

Demo

In case the demo was too fast, here is a snapshot of the last step of the demo for deeper contemplation :)

What is the magic command?

%%heat

Setup

Using pip

pip install py-heat-magic

Directly from the repository

git clone https://github.com/csurfer/pyheatmagic.git
python pyheatmagic/setup.py install

Load Extension in IPython

%load_ext heat

Usage

# To view the heatmap
%%heat

# To save the heatmap as a file
%%heat -o file.png

Contributing

Bug Reports and Feature Requests

Please use issue tracker for reporting bugs or feature requests.

Development

Pull requests are most welcome.

Buy the developer a cup of coffee!

If you found the utility helpful you can buy me a cup of coffee using

Donate

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].