[issue24451] Add metrics to future objects (concurrent or asyncio?)

STINNER Victor report at bugs.python.org
Mon Jun 15 11:35:09 CEST 2015


STINNER Victor added the comment:

asyncio must be as fast as possible in the default configuration. timestamps look more as a debug feature for me, or a specific use case. I suggested to make asyncio/concurrent.futures "pluggable/hookable" instead of modifying the default configuration. For example, in debug mode, asyncio uses a CoroWrapper class for coroutines which stores more information (ex: traceback where it was created), useless for debug.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24451>
_______________________________________


More information about the Python-bugs-list mailing list