#Profiling C# on Linux

1 messages · Page 1 of 1 (latest)

dim blade
#

Does anyone have any recommendations regarding profiling C# code on Linux? I'm mostly interested in seeing how much of execution time is spent on certain functions.
Finding out where hot paths are, which things to optimize, etc.

outer trout
#

Hello,
I'm in the same situation and I'm searching for hints on how to do it
it seems ms provide this tool for profiling c#
https://learn.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-trace
I've not yet tried it, but I'm on linux as well and this is my fist time diving into that kind of topic

timber kelp
outer trout
#

I get very few information from the profiler and I don't see any of my code in it, so I assumed it did not work for c#