pyheat icon indicating copy to clipboard operation
pyheat copied to clipboard

pprofile + matplotlib = Python program profiled as an awesome heatmap!

Results 8 pyheat issues
Sort by recently updated
recently updated
newest added

Hi, I have a customized module **xyz.pyd**, on windows 10, which my program loads/executes perfectly as it's in the same directory. But pyheat fails to load it. Does it load...

``` $ python3.6 -m pip install pyheat Defaulting to user installation because normal site-packages is not writeable Collecting pyheat Using cached PyHeat-0.2.tar.gz (66 kB) Preparing metadata (setup.py) ... done Building...

Is it possible to run pyheat on a file that requires arguments?

I believe a simple web based interface can help visualize larger files better, so instead of showing the matplotlib window it opens the browser and displays a similar heatmap there.

Hi, I intended to contribute a web UI feature to your amazing project, but I stuck while running the project in python3. I made some package and script fixes to...