menu
brain_kernel package
documentation
mcp_host.dart
Server
stopTimer method
stopTimer method
dark_mode
light_mode
stopTimer
method
void
stopTimer
(
String
name
)
Stop timer for a metric
Implementation
void stopTimer(String name) { _metricTimers[name]?.stop(); }
brain_kernel package
documentation
mcp_host
Server
stopTimer method
Server class