Module t.p.dxprofile

Part of twisted.python View Source

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)
def rle(iterable): (source)
Run length encode a list
def report(email, appname): (source)
Send an RLE encoded version of sys.getdxp() off to our Top Men (tm) for analysis.
API Documentation for twisted, generated by pydoctor.