instructionEnded method
void
instructionEnded()
Sets the time of ending the instruction stage
Implementation
void instructionEnded() {
result.stepTimes.instructionEnded = DateTime.now();
}
Sets the time of ending the instruction stage
void instructionEnded() {
result.stepTimes.instructionEnded = DateTime.now();
}