MCPcopy Create free account
hub / github.com/adny-code/fastgrind / ThreadInfo

Class ThreadInfo

tools/fastgrind.py:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73@dataclass(frozen=True)
74class ThreadInfo:
75 thread_id: int
76 first_tick_ms: int
77 last_tick_ms: int
78 total_malloc_bytes: int
79 total_free_bytes: int
80
81
82@dataclass(frozen=True)

Callers 1

_parse_thread_tableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected