spring-framework / org.springframework.util / StopWatch / stop

stop

open fun stop(): Unit

Stop the current task. The results are undefined if timing methods are called without invoking at least one pair start() / stop() methods.

See Also
#start()