MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / print_title

Method print_title

tools/python-3.11.9-amd64/Lib/pstats.py:500–502  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers 1

print_statsMethod · 0.95

Calls 1

printFunction · 0.50

Tested by

no test coverage detected