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

Class FunctionProfile

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

Source from the content-addressed store, hash-verified

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

Callers 1

get_stats_profileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected