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

Class StatsProfile

tools/python-3.11.9-amd64/Lib/pstats.py:69–72  ·  view source on GitHub ↗

Class for keeping track of an item in inventory.

Source from the content-addressed store, hash-verified

67
68@dataclass(unsafe_hash=True)
69class StatsProfile:
70 '''Class for keeping track of an item in inventory.'''
71 total_tt: float
72 func_profiles: Dict[str, FunctionProfile]
73
74class Stats:
75 """This class is used for creating reports from data generated by the

Callers 1

get_stats_profileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected