Time a function: Difference between revisions

m
→‎{{header|Euphoria}}: oops brackets missing
(→‎{{header|Euphoria}}: Euphoria example added)
m (→‎{{header|Euphoria}}: oops brackets missing)
Line 292:
t = time()
some_procedure()
t = time() - t
printf(1,"Elapsed %f seconds.\n",t)</lang>
 
Anonymous user