Support Multiprocessing
Cool project. I really like the web interface and the different profile types: flame, memory, line.
In one of my test scripts, I use multiprocessing and vprof didn't pick up any stats for flame and line profiles when that happened. Is multiprocessing supported?
Thanks for pushing the UI of Python profilers ahead.
Thanks!
Currently vprof is limited by what cProfile can do and cProfile does not work with multiprocessing. As workaround I can suggest isolating code you want to profile in single process and profiling it then.
This feature is really needed for me. Id very grateful for implementing
Maybe mtprof could be used instead of cProfile ?
Looks cool, but I am hesitant to use not a standard dependency at this point.