Part of twisted.python View Source
DEPRECATED since Twisted 8.0.
Utility functions for reporting bytecode frequencies to Skip Montanaro's stat collector.
This module requires a version of Python build with DYNAMIC_EXCUTION_PROFILE, and optionally DXPAIRS, defined to be useful.Function | rle | Run length encode a list. |
Function | report | Send an RLE encoded version of sys.getdxp() off to our Top Men (tm) for analysis. |