Edgewall Software
Modify

Opened 19 years ago

Last modified 17 years ago

#64 new enhancement

Provide support for SLOCCount metric gathering.

Reported by: Chandler Carruth <chandlerc@…> Owned by: cmlenz
Priority: major Milestone:
Component: Recipe commands Version: dev
Keywords: SLOC metric C C++ Cc:
Operating System:

Description

SLOCCount provides a means of counting lines of code for a plethora of languages. It also provides estimates of man-months to develop, and cost to develop, based on the Cocomo model. These are all excellent candidates for metric-gathering tools in Bitten, and graphed display.

Attachments (0)

Change History (3)

comment:1 Changed 18 years ago by anonymous

This would be very nice. Pretty graphs to show to suits are always helpful.

comment:2 Changed 18 years ago by anonymous

Why is this feature interesting for bitten? I fail to see why it is relevant to gather this info on a per build basis.

I can see this being done easily as either a SVN post-commit hook or a cron'd daily that execute a sloccount, appends the result to old sloccount results and generates a graph - that can be included on your webpage.

comment:3 Changed 17 years ago by StefanC

It is interesting because

  • a 'build' may generate code as a build-step, which may/maynot be interesting to include
  • It is nice to have metric graphs/data/retrieval in ONE place rather than scattered around

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain cmlenz.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.