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/cProfile.py:51–53 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
49
marshal.dump(self.stats, f)
50
51
def
create_stats(self):
52
self.disable()
53
self.snapshot_stats()
54
55
def
snapshot_stats(self):
56
entries = self.getstats()
Callers
1
dump_stats
Method · 0.95
Calls
2
snapshot_stats
Method · 0.95
disable
Method · 0.45
Tested by
no test coverage detected