Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4995 Discussions

Profiling home-grown mutexes

skelband
Beginner
287 Views

Hi,

Does anybody know if it is possible to get Thread Profiler to profile home-grown spin locks?

I have an app which uses system lock objects but also some spin locks coded within a small set of functions.

I realise that I could temporarily replace them with system lock objects for analysis, but I wondered if anyone had tried to do this.

skelband

0 Kudos
2 Replies
Mark_D_Intel
Employee
287 Views

Look for the 'User-Level Synchronization API' in the help (under API Support). It should do what you want.

Mark
0 Kudos
skelband
Beginner
287 Views

Great - that's just what I'm looking for!

0 Kudos
Reply