Use Threading Analysis to identify how efficiently an application uses the processor cores, contention among the application threads due to synchronization, CPU utilization of the threads, Wait time analysis of the application threads.
Threading Analysis uses the User mode sampling and tracing approach. Threading
analysis is supported only in Linux and if application is using libc and libpthread then these libraries
should be linked dynamically.
Reference