How do you profile an ASP.NET Core application running on Mac OS X?
Is there a profiling tool?
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