How can I evaluate performance in a .net core application in f #

0

I would like to profile my application asp.net-core developed in f# . I was unable to use the visual studio profiler for this purpose.

How can I evaluate the performance of my application?

    
asked by anonymous 31.10.2018 / 17:56

1 answer

0

Application performance information is available in the diagnostics window. In this window it is also possible to enable profiling of the application, to have more details of which methods are consuming more resources.

    
31.10.2018 / 18:30