Skip to content

kaihendry/graphsloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Graph SLOC 🚀

Update: Rewritten in Go https://github.com/kaihendry/lesshero ..though much slower due to go-git 😭

Usage example:

$ ./collect-stats.sh ~/suckless/dwm
1645 git commits
Progress : [########################################] 100%
./plot.sh dwm-3465bed.csv | gnuplot > dwm-3465bed.csv.svg
$ ./plot.sh dwm-3465bed.csv | gnuplot > dwm-3465bed.csv.svg
$ google-chrome-unstable dwm-3465bed.csv.svg

Using a "proper" SLOC counter

sloc of dwm

Using a proper SLOC counter is slow!

Using git show --numstat

lines of dwm

Conclusion

The trend (shape of the graph) is the same so I don't think it's worth counting or debating what is a SLOC.

SUCK LESS! Remember going down is better than up! Flat means stable.

Releases

No releases published

Packages

No packages published

Languages