Class MonitoringEvaluator.CountAndTime

java.lang.Object
com.singularsys.jep.misc.MonitoringEvaluator.CountAndTime
Enclosing class:
MonitoringEvaluator

public class MonitoringEvaluator.CountAndTime extends Object
A class to hold the count and times of function/operator/variable/constant calls.
  • Constructor Details

    • CountAndTime

      public CountAndTime(int count, long time, long instance)
      Constructor
      Parameters:
      count - the number of times the function/operator/variable/constant was called
      time - the total time spent in the function/operator/variable/constant and all inner calls
      instance - the total time spent in the function/operator/variable/constant excluding inner calls
  • Method Details