vote up 2 vote down star

What do you use to measure LoC metrics of your projects?

flag

7 Answers

vote up 6 vote down check

Pascal Analyzer

link|flag
+1 for Pascal Analyzer. – RRUZ Sep 14 at 11:57
Thanks to everyone, this seems to be a good metrics tool. Gotta check it out. ps. and yes LoC measuring alone is a useless metric. Though one justs wants to learn how big it is(!), for vanity you know :) – utku_karatas Sep 14 at 17:08
vote up 5 vote down

I don't use them. LOC metrics have one problem: they encourage writing code like this.

link|flag
5  
Agreed. Best LOC metric I ever saw: tinyurl.com/ocg9fb – Mason Wheeler Sep 14 at 14:37
1  
Mason, thank you for the link! What a great way for a software pro to beat a stupid system. – azheglov Sep 14 at 14:59
vote up 4 vote down

SourceMonitor calculates a series of metrics and among others there is LOC. Besides C++, C, C#, VB.NET, Java, VB6 it works for Delphi too.

link|flag
vote up 3 vote down

Don't use it because it's an old, useless metric.

link|flag
vote up 2 vote down

Build-All, then note down the approximate number of lines.

Unfortunately this metric isn't very useful other than to possibly impress non programmers where a large statistic thrown out can make the department look impressive. The reality is that a ten thousand line program can be five times more complex than one in the tens of millions. Its not the lines of code that make the product, its the engineering that put the lines together.

link|flag
vote up 1 vote down

CodeHealer gives you lots of different metrics, including lines of code.

link|flag

Your Answer

Get an OpenID
or

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