Home
last modified time | relevance | path

Searched refs:print_call_line (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/
Dpstats.py444 self.print_call_line(width, func, self.all_callees[func])
446 self.print_call_line(width, func, {})
457 self.print_call_line(width, func, callers, "<-")
474 def print_call_line(self, name_size, source, call_dict, arrow="->"): member in Stats