Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ create_stats
Method
create_stats
tools/python-3.11.9-amd64/Lib/profile.py:397–399 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
395
marshal.dump(self.stats, f)
396
397
def
create_stats(self):
398
self.simulate_cmd_complete()
399
self.snapshot_stats()
400
401
def
snapshot_stats(self):
402
self.stats = {}
Callers
2
dump_stats
Method · 0.95
load_stats
Method · 0.45
Calls
2
simulate_cmd_complete
Method · 0.95
snapshot_stats
Method · 0.95
Tested by
no test coverage detected