__>while (true) __>{ __> t1 = read_input(x) __> adjust_read_time(t1) __> y = f(x) __> t2 = write_output(y) __> adjust_write_time(t2) __>}