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";;
Published on August 22, 2014 by Senthil Kumar
Filed under F#
Last modified August 22, 2014
Print this page
Leave a Comment