macosasp.net-coreprofiling

How can I profile a .NET Core application on Mac OS X?


How do you profile an ASP.NET Core application running on Mac OS X?

Is there a profiling tool?


Solution

  • Yes. .NET Core 3 just launched a profile tool called dotnet-trace for tracing and dotnet-dump for dumping a process.

    PS: Ignore charlybones' comment; it does work as expected