Uses of Class
cloud.opencode.base.log.perf.StopWatch
Packages that use StopWatch
Package
Description
Performance Logging - Timing and Slow Operation Detection
性能日志 - 计时和慢操作检测
-
Uses of StopWatch in cloud.opencode.base.log.perf
Methods in cloud.opencode.base.log.perf that return StopWatchModifier and TypeMethodDescriptionstatic StopWatchCreates a StopWatch without starting it.StopWatch.reset()Resets the timer.static StopWatchStarts a new StopWatch.static StopWatchCreates and starts a new StopWatch.StopWatch.startTiming()Starts the timer.StopWatch.stop()Stops the timer.