vote up 3 vote down star
1

Is there a tool which is able to parse my source code (fortran, C or C++) and return statistics such as the number of loops, the average loop size, the number of functions, the number of function calls, the number, size and type of arrays, variables, etc ?

Something similar to this which does not run easily on my architecture

flag

3 Answers

vote up 4 vote down check

The magic Google term is "code metrics". Wikipedia has a list.

link|flag
vote up 0 vote down

There is a tool called nDepend that gives that kind of analysis.

http://ndepend.com/

It is mainly for .net languages, but they do have a version for c++ and Java.

link|flag
vote up 0 vote down

SourceMonitor is free and easy to use software for reporting code metrics.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.