Isn't obvious? The inner loop takes t time to finish. After 16 iterations it takes t+t(goto) time to start over again.

With the tumbleweed solution you have only one loop running forever. But x will not stop at 15 if it matter. It will reach 255 then cycle to 0.

Ioannis