Package twisted :: Package python :: Module dxprofile
[show private | hide private]
[frames | no frames]

Module twisted.python.dxprofile

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 Summary
  report(email, appname)
Send an RLE encoded version of sys.getdxp() off to our Top Men (tm) for analysis.
  rle(iterable)
Run length encode a list

Function Details

report(email, appname)

Send an RLE encoded version of sys.getdxp() off to our Top Men (tm) for analysis.

rle(iterable)

Run length encode a list

Generated by Epydoc 1.1 on Fri Jun 27 03:48:40 2003 http://epydoc.sf.net