The workflow for .NET Core is a little different from the old .NET Framework way. You need to have the Performance Profiler launch your app, instead of attaching to it after it's already running. In the 'Performance Profiler', find 'CPU Usage', and in its settings, switch from Sampling
to Instrumentation
. That might work.