b.l._CallTreeFilter(object) : class documentation

Part of bzrlib.lsprof View In Hierarchy

Converter of a Stats object to input suitable for KCacheGrind.

This code is taken from http://ddaa.net/blog/python/lsprof-calltree with the changes made by J.P. Calderone and Itamar applied. Note that isinstance(code, str) needs to be used at times to determine if the code object is actually an external code object (with a filename, etc.) or a Python built-in.

Method __init__ Undocumented
Method output Undocumented
Method _print_summary Undocumented
Method _entry Undocumented
Method _subentry Undocumented
def __init__(self, data):
Undocumented
def output(self, out_file):
Undocumented
def _print_summary(self):
Undocumented
def _entry(self, entry):
Undocumented
def _subentry(self, lineno, subentry):
Undocumented
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.