Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

1 Answer

up vote 1 down vote accepted
  • Cyclomatic complexity: PMD plugin
  • Memory usage and Execution time: Any profiler
  • Page fault: not sure
share|improve this answer
Thanks for helping me. – Sudharsanan Dec 27 '11 at 5:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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