Hello,

I need to measure some object-oriented metrics of C++ source code. For example:
  • average number of methods per class
  • number of levels in class hierarchy
  • ratio between depth and breadth of a class hierarchy
  • ...

Can you recommend me some tool for doing it (free or trial) ? So far, I found only this one.

Thank you