Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4825 Discussions

locksandwaits collection on a 1200-thread process

John_Z_1
Beginner
175 Views

Has anyone done such a user mode sampling before?

What is the performance impact on the process?

Thanks

0 Kudos
3 Replies
Peter_W_Intel
Employee
175 Views

For Locksandwaits analysis, there are many extra works to monitor Sync Objects, IO waits and Thread APIs in your 1000+ threads application, it will impact on the performance, my opinion is to use Pause/Resume API from ittnotify library. Thus, you just focus on specific interest of code area (time period) to reduce overheads. Read this article.

John_Z_1
Beginner
175 Views

Is it possible to use Hardware Event Based Sampling to get similar result as locksandwaits?

Peter_W_Intel
Employee
175 Views

Using hardware event-based sampling with stack enabling is anothor option, to know context switches, wait time, etc for each function, also you have timeline panel report to know threads' CPU usage info. But there is no CPU time for sync-obj info.

Reply