summary refs log tree commit diff
path: root/synapse/util/debug.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Track the cpu used in the main thread by each logging contextMark Haines2015-12-031-2/+1
|
* Fix pep8 warnings.Mark Haines2015-10-131-8/+12
|
* Bounce all deferreds through the reactor to make debugging easier.Mark Haines2015-10-131-0/+68
If all deferreds wait a reactor tick before resolving then there is always a chance to add an errback to the deferred so that stacktraces get reported, rather than being discarded.