loccount

command module
v0.0.0-...-a297b0d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2019 License: BSD-2-Clause Imports: 19 Imported by: 0

README

= README for loccount =
by Eric S. Raymond
November 2016

loccount is a re-implementation of David A. Wheeler's sloccount tool
in Go.  It is faster, handles more different languages, can report LLOC
as well as SLOC, and can do COCOMO II as well as COCOMO I estimates. Because
it's one source file in Go, it is easier to maintain and extend than the
multi-file, multi-language implementation of the original.

The algorithms are largely unchanged and can be expected to produce
identical numbers for languages supported by both tools.  Python is
an exception; loccount corrects buggy counting of single-quote multiline
literals in sloccount 2.26.

You can run a self-test with 'make check'.  The sample sources are in
the test/ subdirectory.

You can profile this code with, e.g.

loccount -cpuprofile /tmp/loc.prof .

go tool pprof loccount /tmp/loc.prof

"top20" is a useful command to start with in viewing results.

Documentation

Overview

SPDX-License-Identifier: BSD-2-Clause

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL