Package com.dianping.cat.report.page.event

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

Related Classes of com.dianping.cat.report.page.event.TpsStatistics

Copyright © 2018 www.massapicom. 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.