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 booleanpipelineShouldRun()Indicates to thePipelineRunnerthat there is an update to one of the values and it should run again.
-
-
-
Method Detail
-
pipelineShouldRun
public boolean pipelineShouldRun()
Description copied from interface:RunPipelineEventIndicates to thePipelineRunnerthat there is an update to one of the values and it should run again.- Specified by:
pipelineShouldRunin interfaceRunPipelineEvent- Returns:
- true if the
PipelineRunner.pipelineFlagshould be released.
-
-