instructionEnded method

void instructionEnded()

Sets the time of ending the instruction stage

Implementation

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