Package coro :: Module print_profile :: Class profile_data
[hide private]
[frames] | no frames]

Class profile_data

source code

profile_data = {function_string: data_tuple}

data_tuple[0] is always calls

call_data = {caller_string: [(callee_string, call_count),...])
}
Instance Methods [hide private]
 
__init__(self, filename) source code
 
_load(self, filename) source code
 
process(self, other_profile) source code
 
_print_timings(self, aggregate, other_profile) source code
 
_print_call_graph(self) source code
 
_print_header(self) source code
 
_print_footer(self) source code