#Profiling C# on Linux
1 messages · Page 1 of 1 (latest)
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
Is The Profiler not (good) enough?
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#