Module pstats
[hide private]
[frames] | no frames]

Module pstats

Class for printing reports on profiled python code.

Classes [hide private]
Stats
This class is used for creating reports from data generated by the Profile class.
TupleComp
This class provides a generic function for comparing any two tuples.
Functions [hide private]
 
func_strip_path(func_name)
 
func_get_function_name(func)
 
func_std_string(func_name)
 
add_func_stats(target, source)
Add together all the stats for two profile entries.
 
add_callers(target, source)
Combine two caller lists in a single list.
 
count_calls(callers)
Sum the caller statistics to get total number of calls received.
 
f8(x)

Imports: sys, os, time, marshal, re