Package edu.wpi.grip.core.events
Class StartSingleBenchmarkRunEvent
- java.lang.Object
-
- edu.wpi.grip.core.events.StartSingleBenchmarkRunEvent
-
- All Implemented Interfaces:
RunPipelineEvent
public class StartSingleBenchmarkRunEvent extends java.lang.Object implements RunPipelineEvent
An event representing the start of a single benchmarked pipeline run.
-
-
Constructor Summary
Constructors Constructor Description StartSingleBenchmarkRunEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
pipelineShouldRun()
Indicates to thePipelineRunner
that there is an update to one of the values and it should run again.
-
-
-
Method Detail
-
pipelineShouldRun
public boolean pipelineShouldRun()
Description copied from interface:RunPipelineEvent
Indicates to thePipelineRunner
that there is an update to one of the values and it should run again.- Specified by:
pipelineShouldRun
in interfaceRunPipelineEvent
- Returns:
- true if the
PipelineRunner.pipelineFlag
should be released.
-
-