Intel® Advisor Help

reduce-lock-overhead

Examine specified sites for opportunities to reduce lock overhead.

GUI Equivalent

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

Syntax

-reduce-lock-overhead <string>

Arguments

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

Default

No sites

Actions Modified

report suitability

Description

When evaluating suitability data, use the reduce-lock-overhead action-option to specify sites where lock overhead should be reduced. This option can only be used when generating a Suitability report.

Example

This command generates a Suitability report, examining the annotated sites myAnnotatedSiteJ and myAnnotatedSiteX for opportunities to reduce lock overhead. The report is written to stdout.

$ advixe-cl -report suitability -project-dir ./advi -reduce-lock-overhead  myAnnotatedSiteJ,myAnnotatedSiteX

See Also