custom_pstats

sans.guiframe.custom_pstats

class sans.guiframe.custom_pstats.CustomPstats(*args, **kwds)

Bases: pstats.Stats

add(*arg_list)
calc_callees()
dump_stats(filename)

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

eval_print_amount(sel, list, msg)
get_print_list(sel_list)
get_sort_arg_defs()

Expand all abbreviations that are unique.

get_top_level_stats()
init(arg)
load_stats(arg)
print_call_heading(name_size, column_title)
print_call_line(name_size, source, call_dict, arrow='->')
print_callees(*amount)
print_callers(*amount)
print_line(func)
print_stats(*amount)
print_title()
reverse_order()
sort_stats(*field)
strip_dirs()
write_stats(*amount)
sans.guiframe.custom_pstats.f8(x)
sans.guiframe.custom_pstats.func_std_string(func_name)
sans.guiframe.custom_pstats.profile(fn, name='profile.txt', *args, **kw)

Table Of Contents

Previous topic

config

Next topic

dataFitting

This Page