ProfilerThreadDump
Getting Thread Dump
This page describes getting a thread dump from the profiled application.
The thread dump can be taken whenever the profiler is connected to a process (see First Profiling Session for details on starting a profiling session), no matter what the current profiling mode is. However, to take a thread dump with minimal overhead on the profiled application, start a Telemetry profiling session - see Profiling Telemetry.
Once the profiling session runs, the thread dump can be taken by clicking the Thread dump button in Process section of the Profiler window toolbar or using the main IDE menu | Profile section.
Eventually the thread dump is opened in a separate window. It displays call stacks of each thread at the point of creating the dump, with links to source code of the methods.