where n is a positive integer indicating how many times to execute expr. Equivalent to
\ts do[n;expr]
useful for expr which do not have side-effects (and even then for some); can divide the resulting timing by n to get avg time.
The timing source for \t varies across platforms, and considering the jitter due to process scheduling/interrupts, it’s probably not meaningful to try to time a single run to nS precision.