start := clock; operation; stop := clock;
start := clock; stop := clock; duration := (stop - start) / 2
start := clock; loop N times: operation; endloop; stop := clock;