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

Method print_stats

tools/python-3.11.9-amd64/Lib/cProfile.py:41–43  ·  view source on GitHub ↗
(self, sort=-1)

Source from the content-addressed store, hash-verified

39 # This subclass only adds convenient and backward-compatible methods.
40
41 def print_stats(self, sort=-1):
42 import pstats
43 pstats.Stats(self).strip_dirs().sort_stats(sort).print_stats()
44
45 def dump_stats(self, file):
46 import marshal

Callers

nothing calls this directly

Calls 2

sort_statsMethod · 0.80
strip_dirsMethod · 0.80

Tested by

no test coverage detected