Intel® Advisor Help
Examine specified code sites for opportunities to reduce lock contention or find deadlocks.
Microsoft Visual Studio* IDE:Result tab > Suitability Report window > Lock Contention check box
Intel Advisor standalone GUI: Result tab > Suitability Report window > Lock Contention check box
-reduce-lock-contention <string> |
A comma-separated list of annotated sites (no spaces).
No sites
report suitability
Use the reduce-lock-contention action-option to examine specified sites within your target and predict where lock contention may be reducible. This can only be used when generating a Suitability report.
Generate a Suitability report, examining the annotated sites myAnnotatedSiteJ and myAnnotatedSiteX for opportunities to reduce lock contention. The report is written to stdout.
$ advixe-cl -report suitability -project-dir ./advi -reduce-lock-contention myAnnotatedSiteJ,myAnnotatedSiteX