| |||
| Home > Coding Practices > Code metrics | |||
Code metrics provide a means of objectively evaluating code quality. The ARM compiler, linker, and profiler provide several facilities for generating simple code metrics and improving code quality. In particular, you can:
measure code and data sizes
generate static callgraphs
measure stack use
reduce debug information in objects and libraries.
See the ARM Profiler User Guide for information about the ARM Profiler.