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

Class FunctionProfile

Lib/pstats.py:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57@dataclass(unsafe_hash=True)
58class FunctionProfile:
59 ncalls: str
60 tottime: float
61 percall_tottime: float
62 cumtime: float
63 percall_cumtime: float
64 file_name: str
65 line_number: int
66
67@dataclass(unsafe_hash=True)
68class StatsProfile:

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…