Commit Graph

4 Commits

Author SHA1 Message Date
SomberNight 41269b9c88 utils/memory_leak: add helpers using 3rd-party package "objgraph"
we will not start depending on "objgraph", to be clear
2025-08-23 15:49:46 +00:00
SomberNight c777c0164e util: move DebugMem from util to utils/memory_leak.py 2025-08-23 15:04:05 +00:00
SomberNight 59a6690986 stacktracer.py: small fixes and clean-up 2023-08-30 16:57:37 +00:00
SomberNight b284b88746 add stacktracer.py: helper util to debug threading issues
taken from https://code.activestate.com/recipes/577334-how-to-debug-deadlocked-multi-threaded-programs/
2023-08-30 16:03:00 +00:00