options

exec - 2024-01-22 16:18:35 - MAQAO 2.19.0

Help is available by moving the cursor above any symbol or by checking MAQAO website.

Stylizer  

[ 4 / 4 ] Application profile is long enough (27.32 s)

To have good quality measurements, it is advised that the application profiling time is greater than 10 seconds.

[ 2.63 / 3 ] Optimization level option is correctly used

[ 2.63 / 3 ] Most of time spent in analyzed modules comes from functions compiled with -g and -fno-omit-frame-pointer

-g option gives access to debugging informations, such are source locations. -fno-omit-frame-pointer improve the accuracy of callchains found during the application profiling.

[ 2.63 / 3 ] Architecture specific option -xSKYLAKE is used

[ 2 / 2 ] Application is correctly profiled ("Others" category represents 0.13 % of the execution time)

To have a representative profiling, it is advised that the category "Others" represents less than 20% of the execution time in order to analyze as much as possible of the user code

Optimizer

Loop IDModuleAnalysisPenalty ScoreCoverage (%)Vectorization
Ratio (%)
Vector Length
Use (%)
3113execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.2910.0518.1813.64
[SA] Presence of constant non unit stride data access - Use array restructuring, perform loop interchange or use gather instructions to lower a bit the cost. There are 14 issues ( = data accesses) costing 2 point each.28
[SA] Presence of calls - Inline either by compiler or by hand and use SVML for libm calls. There are 1 issues (= calls) costing 1 point each.1
2882execInefficient vectorization.26.9810050
[SA] Inefficient vectorization: use of shorter than available vector length - Force compiler to use proper vector length. CAUTION: use of 512 bits vectors could be more expensive than 256 bits on some processors. Use intrinsics (costly and not portable). The issue costs 2 points.2
Warning! There is no dynamic data for this loop. Some checks can not been performed.0
2024execInefficient vectorization.23.5510050
[SA] Inefficient vectorization: use of shorter than available vector length - Force compiler to use proper vector length. CAUTION: use of 512 bits vectors could be more expensive than 256 bits on some processors. Use intrinsics (costly and not portable). The issue costs 2 points.2
Warning! There is no dynamic data for this loop. Some checks can not been performed.0
6374execPartial or unexisting vectorization - No issue detected02.9406.25
2935execInefficient vectorization.22.0910050
[SA] Inefficient vectorization: use of shorter than available vector length - Force compiler to use proper vector length. CAUTION: use of 512 bits vectors could be more expensive than 256 bits on some processors. Use intrinsics (costly and not portable). The issue costs 2 points.2
Warning! There is no dynamic data for this loop. Some checks can not been performed.0
2236execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.222.057.512.89
[SA] Too many paths (16 paths) - Simplify control structure. There are 16 issues ( = paths) costing 1 point each with a malus of 4 points.20
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Warning! Some static analysis are missing because the loop has too many paths. Use a higher value for --maximal_path_number option.0
2021execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.521.6623.0819.07
[SA] Too many paths (46 paths) - Simplify control structure. There are 46 issues ( = paths) costing 1 point each with a malus of 4 points.50
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Warning! Some static analysis are missing because the loop has too many paths. Use a higher value for --maximal_path_number option.0
2860execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.231.4523.4415.04
[SA] Too many paths (17 paths) - Simplify control structure. There are 17 issues ( = paths) costing 1 point each with a malus of 4 points.21
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Warning! Some static analysis are missing because the loop has too many paths. Use a higher value for --maximal_path_number option.0
2225execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.3291.423.5313.97
[SA] Too many paths (323 paths) - Simplify control structure. There are 323 issues ( = paths) costing 1 point each with a malus of 4 points.327
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Warning! Some static analysis are missing because the loop has too many paths. Use a higher value for --maximal_path_number option.0
4197execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.221.1629.3114.87
[SA] Too many paths (16 paths) - Simplify control structure. There are 16 issues ( = paths) costing 1 point each with a malus of 4 points.20
[SA] Non innermost loop (InBetween) - Collapse loop with innermost ones. This issue costs 2 points.2
Warning! Some static analysis are missing because the loop has too many paths. Use a higher value for --maximal_path_number option.0
×