options

exec - 2024-02-23 12:01:52 - MAQAO 2.19.1

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

Stylizer  

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

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

[ 3.00 / 3 ] Optimization level option is correctly used

[ 3.00 / 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.

[ 0 / 3 ] Compilation of some functions is not optimized for the target processor

Architecture specific options are needed to produce efficient code for a specific processor ( -x(target) or -ax(target) ).

[ 2 / 2 ] Application is correctly profiled ("Others" category represents 0.07 % 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 (%)
177execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.10009.950.7926.08
[SA] Too many paths (at least 1000 paths) - Simplify control structure. There are at least 1000 issues ( = paths) costing 1 point.1000
Warning! Some static analysis are missing because the loop has too many paths. Use a higher value for --maximal_path_number option.0
169execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.10009.6850.9226.09
[SA] Too many paths (at least 1000 paths) - Simplify control structure. There are at least 1000 issues ( = paths) costing 1 point.1000
Warning! Some static analysis are missing because the loop has too many paths. Use a higher value for --maximal_path_number option.0
139execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.827.3725.1715.52
[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 39 issues ( = data accesses) costing 2 point each.78
[SA] Several paths (4 paths) - Simplify control structure or force the compiler to use masked instructions. There are 4 issues ( = paths) costing 1 point each.4
197execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.426.8715.2814.37
[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 15 issues ( = data accesses) costing 2 point each.30
[SA] Presence of indirect accesses - Use array restructuring or gather instructions to lower the cost. There are 2 issues ( = indirect data accesses) costing 4 point each.8
[SA] Several paths (4 paths) - Simplify control structure or force the compiler to use masked instructions. There are 4 issues ( = paths) costing 1 point each.4
320execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.205.9732.6320.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
Warning! Some static analysis are missing because the loop has too many paths. Use a higher value for --maximal_path_number option.0
281execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.185.012.3312.62
[SA] Presence of indirect accesses - Use array restructuring or gather instructions to lower the cost. There are 2 issues ( = indirect data accesses) costing 4 point each.8
[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 3 issues ( = data accesses) costing 2 point each.6
[SA] Several paths (4 paths) - Simplify control structure or force the compiler to use masked instructions. There are 4 issues ( = paths) costing 1 point each.4
318execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.204.4935.2922.59
[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
Warning! Some static analysis are missing because the loop has too many paths. Use a higher value for --maximal_path_number option.0
153execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.2604.0544.8624.87
[SA] Too many paths (256 paths) - Simplify control structure. There are 256 issues ( = paths) costing 1 point each with a malus of 4 points.260
Warning! Some static analysis are missing because the loop has too many paths. Use a higher value for --maximal_path_number option.0
145execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.2603.8244.6824.81
[SA] Too many paths (256 paths) - Simplify control structure. There are 256 issues ( = paths) costing 1 point each with a malus of 4 points.260
Warning! Some static analysis are missing because the loop has too many paths. Use a higher value for --maximal_path_number option.0
641execPartial or unexisting vectorization - Use pragma to force vectorization and check potential dependencies between array access.133.5927.9315.93
[SA] Too many paths (8 paths) - Simplify control structure. There are 8 issues ( = paths) costing 1 point each with a malus of 4 points.12
[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
Warning! Some static analysis are missing because the loop has too many paths. Use a higher value for --maximal_path_number option.0
×