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.| Line # | Kind | Name | Docs |
|---|---|---|---|
| 21 | Function | rle | Run length encode a list. |
| 49 | Function | report | Send an RLE encoded version of sys.getdxp() off to our Top Men (tm) |