I can launch an application like:
dotnet myapp.dll
But how can I perform time or memory profiling on it? In visual studio for Mac community edition, no "profile" option shows up under the run menu (it requires enterprise).
I am essentially looking for the equivalent of mono --profile=log in .net core 2.0