Package edu.wpi.grip.core.events
Class BenchmarkEvent
- java.lang.Object
-
- edu.wpi.grip.core.events.BenchmarkEvent
-
- All Implemented Interfaces:
LoggableEvent
public final class BenchmarkEvent extends java.lang.Object implements LoggableEvent
An event posted before and after a pipeline is benchmarked.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BenchmarkEvent
finished()
boolean
isStart()
static BenchmarkEvent
started()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface edu.wpi.grip.core.events.LoggableEvent
asLoggableString, logLevel
-
-
-
-
Method Detail
-
started
public static BenchmarkEvent started()
-
finished
public static BenchmarkEvent finished()
-
isStart
public boolean isStart()
-
-