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