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

Asked

Viewed 49 times

1

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

How can I evaluate the performance of my application?

1 answer

1


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

inserir a descrição da imagem aqui

Browser other questions tagged

You are not signed in. Login or sign up in order to post.