|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umass.cs.sase.engine.Profiling
public class Profiling
This class profiles the numbers of performance
Field Summary | |
---|---|
static long |
negatedMatches
|
static long |
numberOfEvents
The number of events processed |
static long |
numberOfMatches
The number of matches |
static long |
numberOfMergedRuns
number of runs merged in the sharing engine |
static long |
numberOfRuns
The number of runs generated |
static long |
numberOfRunsCutted
The number of runs which ends before reach the final state |
static long |
numberOfRunsOverTimeWindow
The number of runs which are deleted because of they violate the time window constraint |
static long |
timeOfMatchConstruction
The cost on match construction |
static long |
totalRunLifeTime
The total run lifetime |
static long |
totalRunTime
The total running time of the engine (nanoseconds) |
Constructor Summary | |
---|---|
Profiling()
|
Method Summary | |
---|---|
static void |
printProfiling()
prints the profiling numbers in console |
static void |
printSharingProfiling()
outputs the extra profiling numbers for the sharing engine |
static void |
resetProfiling()
resets the profiling numbers |
static void |
resetSharingProfiling()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static long totalRunTime
public static long numberOfEvents
public static long numberOfRuns
public static long totalRunLifeTime
public static long numberOfMatches
public static long numberOfRunsCutted
public static long numberOfRunsOverTimeWindow
public static long timeOfMatchConstruction
public static long negatedMatches
public static long numberOfMergedRuns
Constructor Detail |
---|
public Profiling()
Method Detail |
---|
public static void resetProfiling()
public static void printProfiling()
public static void resetSharingProfiling()
public static void printSharingProfiling()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |