From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [52.28.52.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 6CAFF3B260 for ; Sun, 4 Dec 2016 16:23:31 -0500 (EST) Received: from mail.toke.dk (localhost.localdomain [127.0.0.1]) by mail.toke.dk (Postfix) with ESMTPS id C54D714DFF; Sun, 4 Dec 2016 22:23:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1480886608; bh=cQqZUWW0IM9AnI+FJci3fyDFrvioMctjoPctQDO0srI=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=jHG8LFp9gMks2YeNTHehe3btp5gfJ8aQDGMcRVxfZjWLMOZGLhD3L+X+RyzOxsh+9 4Juqu1zirOsmDRl33y+AmV1iwBGTGJ01zXX338L8kvpQh7LhkI609pC7loCKaoLHzm qsKqcvlEk3/fw0UYHueuQG02dhzMWTAPnE8C+a8l2m2Pq44uw/pKVZbrv5kHIv43S5 rJZ5dEstCCdeotoIY6XqcTpYsK2CoRnT885tkWrTc/zM99qiHZYp4ThAKAvKyjAq3A XVwZlyV1tGpkz+wUq2wxShVI4yg8H9g1A15UgqX4UustMZKkfczVSASULkS9nCAHXm i2nIA9eHCc4bw== Received: by alrua-karlstad.karlstad.toke.dk (Postfix, from userid 1000) id 6473B987EC0; Sun, 4 Dec 2016 22:23:26 +0100 (CET) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Dave Taht Cc: bloat References: Date: Sun, 04 Dec 2016 22:23:26 +0100 In-Reply-To: (Dave Taht's message of "Sun, 4 Dec 2016 09:38:44 -0800") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87a8cbl775.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Bloat] loccount on flent X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2016 21:23:31 -0000 Dave Taht writes: > COCOMO on flent is actually pretty accurate, within a factor of 2 or so. > > dave@nemesis:~/git$ cd flent > dave@nemesis:~/git/flent$ loccount -c . > all 19579 (100.00%) in 85 files > python 18380 (93.88%) in 65 files > c 629 (3.21%) in 3 files > shell 370 (1.89%) in 14 files > makefile 200 (1.02%) in 3 files > Total Physical Source Lines of Code (SLOC) = 19579 > Development Effort Estimate, Person-Years (Person-Months) = 4.54 (54.52) > (Basic COCOMO model, Person-Months = 2.40 * (KSLOC**1.05)) Well this would imply that I have been working full time on Flent for the time it has been an active project? Think it might be off by a bit... > Schedule Estimate, Years (Months) = 0.95 (11.42) > (Basic COCOMO model, Months = 2.50 * (person-months**0.38)) > Estimated Average Number of Developers (Effort/Schedule) = 4.77 > Total Estimated Cost to Develop = $658480 I wish... ;) -Toke