custom_pstats

sans.guiframe.custom_pstats

class sans.guiframe.custom_pstats.CustomPstats

Bases: pstats.Stats

__init__()
__module__ = 'sans.guiframe.custom_pstats'
add()
calc_callees()
dump_stats()

Write the profile data to a file we know how to load back.

eval_print_amount()
get_print_list()
get_sort_arg_defs()

Expand all abbreviations that are unique.

get_top_level_stats()
init()
load_stats()
print_call_heading()
print_call_line()
print_callees()
print_callers()
print_line()
print_stats()
print_title()
reverse_order()
sort_arg_dict_default = {'nfl': (((6, 1), (4, 1), (5, 1)), 'name/file/line'), 'name': (((6, 1),), 'function name'), 'calls': (((1, -1),), 'call count'), 'cumulative': (((3, -1),), 'cumulative time'), 'module': (((4, 1),), 'file name'), 'stdname': (((7, 1),), 'standard name'), 'pcalls': (((0, -1),), 'call count'), 'file': (((4, 1),), 'file name'), 'time': (((2, -1),), 'internal time'), 'line': (((5, 1),), 'line number')}
sort_stats()
strip_dirs()
write_stats()
sans.guiframe.custom_pstats.f8()
sans.guiframe.custom_pstats.func_std_string()
sans.guiframe.custom_pstats.profile()

Table Of Contents

Previous topic

config

Next topic

dataFitting

This Page