I had went though one puzzle contest, where our solution is graded based on these factor
cyclomatic complexity, memory usage, Page fault, execution time etc.
Is there is way to calculate the cyclomatic complexity, memory usage, Page fault, execution time,etc in eclipse? any plugins for these.
I came to know that metrics plugin supports the complexity.
1 Answer