for i = 1:100 t0 = tic; pause(0.2); te = toc(t0); fprintf("%.3f\n", te); endfor