Uses of Class
cloud.opencode.base.core.Stopwatch
Packages that use Stopwatch
Package
Description
Core utilities and foundational classes for the OpenCode Base library.
-
Uses of Stopwatch in cloud.opencode.base.core
Methods in cloud.opencode.base.core that return StopwatchModifier and TypeMethodDescriptionstatic StopwatchStopwatch.createStarted()Creates and starts a stopwatch 创建并启动秒表static StopwatchStopwatch.createUnstarted()Creates an unstarted stopwatch 创建未启动的秒表Stopwatch.reset()Resets the stopwatch to zero and stops it 重置秒表为零并停止Stopwatch.resume()Resumes a suspended stopwatch.Stopwatch.start()Starts or resumes the stopwatch 启动或恢复秒表Stopwatch.stop()Stops the stopwatch 停止秒表Stopwatch.suspend()Suspends the stopwatch without resetting the elapsed time.