I ran cprofile on some code that, among other things, spawns multiple threads that do most of the work. When I looked at the result of profiling, I do not see the registration of all functions that were called inside the threads. I am sure they were called because they do things that are easy to see, such as writing to a database, etc.
Does cProfile create thread profiling? Did I miss something?
source share