redis - Python multithreaded profiling for method that uses background process workers -
i'm trying find best way profile method uses redis queue set number of jobs running workers, waits till they're done, , returns.
i tried using cprofile, profiles what's going on in main thread. there way configure see what's going on workers, or tool can this?
Comments
Post a Comment