thread profiling in Python
Python has accumulated a lot of… character over the years. We’ve got no less then 3 profiling libraries for single threaded execution and a multi-threaded profiler with an incompatible interface (Yappi). Since many applications use more then one thread, this can … Continue reading