Other Parts Discussed in Thread: CCSTUDIO
Hello All,
Can we check cyclomatic complexity for the files in the project using CCStudio 6.1.1, TI5.2.5 Compiler for the device TM4C?
Regards,
M Srinivas
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: CCSTUDIO
Hello All,
Can we check cyclomatic complexity for the files in the project using CCStudio 6.1.1, TI5.2.5 Compiler for the device TM4C?
Regards,
M Srinivas
Srinivas,
We have static call graph functionality in a separate package called cg_xml:
http://processors.wiki.ti.com/index.php/Code_Generation_Tools_XML_Processing_Scripts
Apart from this, you can try using a third party Eclipse plug-in such as Eclipse metrics, Metriculator or Parasoft. (others may be available)
Hope this helps,
Rafael