nvdv / vprof

Visual profiler for Python
BSD 2-Clause "Simplified" License
3.95k stars 154 forks source link

Improve memory stats implementation and UX #57

Closed nvdv closed 7 years ago

nvdv commented 8 years ago

Current implementation of memory graph is slow and takes too much RAM on larger programs.
This issue is created to track all related issues and ideas. Related to #22, #54