On 6 April 2011 10:55, Paul Thomas <[email protected]> wrote: > Should I just hack into the reactor somewhere? Or is there something sitting > in a library I haven't seen that will help with this?
You can time blocking calls by instrumenting twisted.python.log.callWithContext and you could try writing the timing info to something fast, like Redis. Michael _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
