Posts
Sort by recent activity
Profiling F# Interactive
F# Interactive (and in general REPL-style tools) is an ideal entrance to performance profiling. What could be easier than to select a code block and send it right to a profiler that would come back...
Crazy time values in profiler results
I started using ANTS profiles 3.0 and I am getting absurd results. I profiled a few unit tests (using NUnit command line tool), profile showed in a summary page that execution time was about 2 minu...