Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dpstats.py445 self.print_call_line(width, func, self.all_callees[func])
447 self.print_call_line(width, func, {})
458 self.print_call_line(width, func, callers, "<-")
475 def print_call_line(self, name_size, source, call_dict, arrow="->"): member in Stats

Completed in 2 milliseconds