Examples of TpsStatistics


Examples of com.dianping.cat.report.page.event.TpsStatistics

        if (isCurrent) {
          seconds = (System.currentTimeMillis() - payload.getCurrentDate()) / 1000.0;
        } else {
          seconds = (report.getEndTime().getTime() - report.getStartTime().getTime()) / 1000.0;
        }
        new TpsStatistics(seconds).visitEventReport(report);
      }
    } catch (Exception e) {
      Cat.logError(e);
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.