StopWatch stopWatch = new StopWatch("图片压缩接口");
        stopWatch.start("接口预处理2");
        stopWatch.stop();
        stopWatch.start("接口预处理3");
        stopWatch.stop();
        stopWatch.start("接口预处理4");
        stopWatch.stop();
        stopWatch.start("接口预处理5");
        stopWatch.stop();
        stopWatch.start("接口预处理6");
        stopWatch.stop();
        stopWatch.start("接口预处理7");
        stopWatch.stop();
        log.info(stopWatch.shortSummary());
        log.info(stopWatch.prettyPrint());