Options

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 with performance analysis report. Unfortunately it looks like existing profilers - and ANTS not being exception - don't have REPL support: you have to either attach a profiler to a process or specify and executable or Web application to profile.

So my question is whether there are any plans to extend ANTS profiler to better support REPL-style development, when developers typically treat code like script by writing and executing small code blocks. With current interest to functional and dynamic languages it's a big advantage for a profiler to support REPL mode. Is this feature considered by ANTS development team?

Thanks in advance

Vagif Abilov

Comments

Sign In or Register to comment.