nvdv / vprof

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

Web interface has trouble with large logs #22

Closed margold closed 6 years ago

margold commented 8 years ago

Cool project! I really like the webviewer and were using it to view memory stats generated elsewhere. Since it fetches all data in one piece, it only works well up to maybe 10 MB. Want to leave the issue here in case I find some time to submit a PR for it.

nvdv commented 8 years ago

Thanks! I agree that performance can be improved and I am already working on some improvements.