Package com.singularsys.jep.misc
Class MonitoringEvaluator.CountAndTime
java.lang.Object
com.singularsys.jep.misc.MonitoringEvaluator.CountAndTime
- Enclosing class:
MonitoringEvaluator
A class to hold the count and times of function/operator/variable/constant calls.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CountAndTime
public CountAndTime(int count, long time, long instance) Constructor- Parameters:
count- the number of times the function/operator/variable/constant was calledtime- the total time spent in the function/operator/variable/constant and all inner callsinstance- the total time spent in the function/operator/variable/constant excluding inner calls
-
-
Method Details