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

Method dump_stats

tools/python-3.11.9-amd64/Lib/profile.py:392–395  ·  view source on GitHub ↗
(self, file)

Source from the content-addressed store, hash-verified

390 print_stats()
391
392 def dump_stats(self, file):
393 with open(file, 'wb') as f:
394 self.create_stats()
395 marshal.dump(self.stats, f)
396
397 def create_stats(self):
398 self.simulate_cmd_complete()

Callers 1

_showMethod · 0.45

Calls 3

create_statsMethod · 0.95
openFunction · 0.70
dumpMethod · 0.45

Tested by

no test coverage detected