MCPcopy Index your code
hub / github.com/python/cpython / print_title

Method print_title

Lib/pstats.py:505–507  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

503 indent = " "
504
505 def print_title(self):
506 print(' ncalls tottime percall cumtime percall', end=' ', file=self.stream)
507 print('filename:lineno(function)', file=self.stream)
508
509 def print_line(self, func): # hack: should print percentages
510 cc, nc, tt, ct, callers = self.stats[func]

Callers 1

print_statsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected