Guest User

Untitled

a guest
May 22nd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. [zorbon@meputer ~]$ sloccount ~/Client
  2. Creating filelist for Client
  3. Categorizing files.
  4. Finding a working MD5 command....
  5. Found a working MD5 command.
  6. Computing results.
  7.  
  8.  
  9. SLOC Directory SLOC-by-Language (Sorted)
  10. 22872 Client cpp=22872
  11.  
  12.  
  13. Totals grouped by language (dominant language first):
  14. cpp: 22872 (100.00%)
  15.  
  16.  
  17.  
  18.  
  19. Total Physical Source Lines of Code (SLOC) = 22,872
  20. Development Effort Estimate, Person-Years (Person-Months) = 5.35 (64.19)
  21. (Basic COCOMO model, Person-Months = 2.4 * (KSLOC**1.05))
  22. Schedule Estimate, Years (Months) = 1.01 (12.16)
  23. (Basic COCOMO model, Months = 2.5 * (person-months**0.38))
  24. Estimated Average Number of Developers (Effort/Schedule) = 5.28
  25. Total Estimated Cost to Develop = $ 722,622
  26. (average salary = $56,286/year, overhead = 2.40).
  27. SLOCCount, Copyright (C) 2001-2004 David A. Wheeler
  28. SLOCCount is Open Source Software/Free Software, licensed under the GNU GPL.
  29. SLOCCount comes with ABSOLUTELY NO WARRANTY, and you are welcome to
  30. redistribute it under certain conditions as specified by the GNU GPL license;
  31. see the documentation for details.
  32. Please credit this data as "generated using David A. Wheeler's 'SLOCCount'."
Add Comment
Please, Sign In to add comment