instructionStarted method

void instructionStarted()

Sets the time of starting the instruction stage

Implementation

void instructionStarted() {
  result.stepTimes.instructionStarted = DateTime.now();
}