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";;
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";;
Leave a Reply