#time switch to measure the execution time in F#

If you want to measure the execution time of your F# code , you can use the #time attribute which lets you measure the F# code easily.

> #time "on";;
--> let a = 1
> #time "off";;
%d