インテル® VTune™ Amplifier 2018 ヘルプ

Scheduling

Metric Description

OpenMP Potential Gain Scheduling shows elapsed time cost of work assignment for threads by OpenMP runtime library. If the time is significant, consider using coarse-grain work chunking.

Possible Issues

Dynamic scheduling with small work chunks can cause increased overhead due to threads frequently returning to the scheduler for more work. Try increasing the chunk size to reduce this overhead.

関連情報