标签为 ‘devtools’

10
Aug

代码统计工具COLC

虽说代码行数不重要,但有时候总想统计下自己的代码行数,看看最近的成果。以前一直用这个国产小软件,但感觉操作稍显烦琐,我更喜欢命令行的方式,自由度更高。昨天无意中在这里发现了叫做CLOC的小软件,基于Perl,并且是Opensource的,地址http://cloc.sourceforge.net/。下载后只有一个cloc.exe文件,使用方式也很简单,只需要:cloc.exe /path/to/source-code,输出如下

C:\Documents and Settings\kenny>cloc D:\Projects\myproject\
900 text files.
classified 900 files
634 unique files.
607 files ignored.

http://cloc.sourceforge.net v 1.04 T=3.0 s (84.3 files/s, 11367.0 lines/s)
——————————————————————————-
Language files blank comment […]

    分类

    存档

    关于

      欢迎来到 Simple is better.我是 Kenny.更多介绍...

    标签云