MCPcopy Create free account
hub / github.com/ParzivalHack/PySpector / start

Method start

src/pyspector/stats.py:85–88  ·  view source on GitHub ↗

Begin timing and background resource monitoring.

(self)

Source from the content-addressed store, hash-verified

83
84
85 def start(self) -> None:
86 """Begin timing and background resource monitoring."""
87 self._t_start = time.perf_counter()
88 self._launch_monitor()
89
90 def stop(self) -> None:
91 """Stop timing and resource monitoring."""

Callers 4

_execute_scanFunction · 0.95
_scheduleFunction · 0.80
watch_commandFunction · 0.80
_launch_monitorMethod · 0.80

Calls 1

_launch_monitorMethod · 0.95

Tested by

no test coverage detected