Intel® VTune™ Amplifier XE and Intel® VTune™ Amplifier for Systems Help

Atomics (OpenMP)

Metric Description

Atomics time is CPU time that an OpenMP runtime library spends on atomic operations.

Possible Issues

CPU time spent on atomic operations is significant. Consider using reduction operations where possible.

See Also