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.
Tool/software: Code Composer Studio
Hello folks,
is there an option available in Code Composer Studio V10 to check the Cyclomatic Complexity built-in?
Mohan,
Code Composer Studio does not include anything for measuring Cyclomatic Complexity.
There are commercial code analysis tools that do this like LDRA, ParaSoft and others.
Alternatively you could try to find an eclipse plugin.
Regards,
John
Mohan,
Yes there can be limitations with installing Eclipse plug-ins.
I did install one called metriculator that I saw referenced online. It installed fine but I don't see the desired functionality.
Which ones did you try to install?
Regards,
John
Mohan,
I was able to install metricular into CCSv10 ok.
In CCS I went to Help -> Install New Software.
I then specfiied https://metriculator.ideadapt.net as the update site.
For this one I could not get it to do much. To open the tool I went to View -> Other and then typed in metriculator.
John