Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_show
Method · 0.45
Calls
3
create_stats
Method · 0.95
open
Function · 0.70
dump
Method · 0.45
Tested by
no test coverage detected