使用Spring freameword core提供的StopWatch统计代码执行时间
Posted BBinChina
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用Spring freameword core提供的StopWatch统计代码执行时间相关的知识,希望对你有一定的参考价值。
StopWatch stopWatch = new StopWatch("逻辑耗时统计=" + orderParam.getOrderType());
stopWatch.start("1. xxxx");
/*
执行逻辑
*/
stopWatch.stop();
StopWatch是Spring框架提供的工具类
以上是关于使用Spring freameword core提供的StopWatch统计代码执行时间的主要内容,如果未能解决你的问题,请参考以下文章
Grails 使用 spring-security-core-3.0.6+ 重定向注销后