MCPcopy Index your code
hub / github.com/python/cpython / StatsProfile

Class StatsProfile

Lib/pstats.py:68–71  ·  view source on GitHub ↗

Class for keeping track of an item in inventory.

Source from the content-addressed store, hash-verified

66
67@dataclass(unsafe_hash=True)
68class StatsProfile:
69 '''Class for keeping track of an item in inventory.'''
70 total_tt: float
71 func_profiles: dict[str, FunctionProfile]
72
73class Stats:
74 """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

Used in the wild real call sites across dependent graphs

searching dependent graphs…