hutool stopwatch
时间: 2023-10-03 16:09:38 浏览: 211
hutool stopwatch是一个在Java开发中用于测量代码执行时间的工具。它提供了一个StopWatch类,可以方便地计时并打印出执行时间。在使用hutool stopwatch时,你可以使用Start和Stop方法来启动和停止计时器,然后可以使用prettyPrint方法来打印出耗时情况。
在SpringBoot中,也使用了StopWatch来计时,可以在程序启动时使用StopWatch实例来记录任务的启动和停止时间,以便于监控程序的运行情况。
除了hutool stopwatch,还有一个名为guava stopwatch的工具,它也提供了类似的功能,可以用于测量代码执行时间。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *3* [耗时统计(JAVA)](https://blog.csdn.net/sunquan291/article/details/125653617)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"]
- *2* [StopWatch—— 优雅的程序计时器](https://blog.csdn.net/weixin_40920359/article/details/126038214)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"]
[ .reference_list ]
阅读全文