options

exec - 2024-01-19 19:47:20 - MAQAO 2.18.1

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

Stylizer  

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

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

[ 2.62 / 3 ] Optimization level option is correctly used

[ 2.62 / 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.62 / 3 ] Architecture specific option -xSKYLAKE is used

[ 2 / 2 ] Application is correctly profiled ("Others" category represents 0 % 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 (%)
2887execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.2910.1318.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
2671execInefficient vectorization.126.71100100
[SA] Inefficient vectorization: more than 10% of the vector loads instructions are unaligned - When allocating arrays, don’t forget to align them. There are 6 issues ( = arrays) costing 2 points each12
Warning! There is no dynamic data for this loop. Some checks can not been performed.0
5939execPartial or unexisting vectorization - No issue detected03.7206.25
2650execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.403.5362.9666.17
[SA] Too many paths (34 paths) - Simplify control structure. There are 34 issues ( = paths) costing 1 point each with a malus of 4 points.38
[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
1850execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.363.1833.3335.66
[SA] Too many paths (30 paths) - Simplify control structure. There are 30 issues ( = paths) costing 1 point each with a malus of 4 points.34
[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
2065execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.222.8522.8314.88
[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
1852execInefficient vectorization.42.56100100
[SA] Inefficient vectorization: more than 10% of the vector loads instructions are unaligned - When allocating arrays, don’t forget to align them. There are 2 issues ( = arrays) costing 2 points each4
Warning! There is no dynamic data for this loop. Some checks can not been performed.0
2721execInefficient vectorization.122.3100100
[SA] Inefficient vectorization: more than 10% of the vector loads instructions are unaligned - When allocating arrays, don’t forget to align them. There are 6 issues ( = arrays) costing 2 points each12
Warning! There is no dynamic data for this loop. Some checks can not been performed.0
3918execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.222.1144.2945.71
[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
2055execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.6362.0235.2934.07
[SA] Too many paths (630 paths) - Simplify control structure. There are 630 issues ( = paths) costing 1 point each with a malus of 4 points.634
[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
×