Main Content

Short Names of Code Complexity Metrics

When annotating your code to justify metrics or creating custom software quality objectives, you use short names of code complexity metrics instead of the full names. The following table lists the short names for code complexity metrics.

Note that you can only annotate your code for function level code complexity metrics only.

Project Metrics

Code MetricAcronym
Number of Direct RecursionsAP_CG_DIRECT_CYCLE
Number of Header FilesINCLUDES
Number of FilesFILES
Number of RecursionsAP_CG_CYCLE
Program Maximum Stack Usage (Polyspace Code Prover)PROG_MAX_STACK
Program Minimum Stack Usage (Polyspace Code Prover) PROG_MIN_STACK

File Metrics

Function Metrics

Related Topics