Intel® Advisor Help

reduce-lock-contention

Examine specified code sites for opportunities to reduce lock contention or find deadlocks.

GUI Equivalent

Intel Advisor standalone GUI: Result tab > Suitability Report window > Lock Contention check box

Syntax

-reduce-lock-contention <string>

Arguments

A comma-separated list of annotated sites (no spaces).

Default

No sites

Actions Modified

report suitability

Description

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.

Example

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

See Also