Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
Takin
core
Commits
9f0326ce
Verified
Commit
9f0326ce
authored
Aug 24, 2021
by
Tobias WEBER
Browse files
small code statistics update
parent
f102eb2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/misc/loc.gpl
View file @
9f0326ce
#
# takin+tlibs lines of code statistics
# takin+tlibs
+paths
lines of code statistics
# @author Tobias Weber <tobias.weber@tum.de>
# @license GPLv2
#
# @desc lines of code as counted with cloc (http://github.com/AlDanial/cloc)
#
$loc << ENDDATA
# date takin tlibs core2 tlibs2 plugins
03/2014 5745 0 0 0 0
06/2014 11654 0 0 0 0
12/2014 16667 0 0 0 0
06/2015 19187 19087 0 0 0
12/2015 27591 21277 0 0 0
06/2016 37412 25035 0 0 0
12/2016 45798 27943 0 0 0
06/2017 50979 30712 0 0 0
12/2017 55798 31155 0 0 0
06/2018 57547 31394 0 0 0
12/2018 60558 31810 0 0 0
06/2019 58871 31627 12541 15634 0
12/2019 59515 31644 14310 15842 0
06/2020 61400 31965 14769 17019 0
10/2020 61762 32067 15163 24068 3736
01/2021 62330 32104 15299 25159 3736
# date takin tlibs core2 tlibs2 plugins paths
03/2014 5745 0 0 0 0 0
06/2014 11654 0 0 0 0 0
12/2014 16667 0 0 0 0 0
06/2015 19187 19087 0 0 0 0
12/2015 27591 21277 0 0 0 0
06/2016 37412 25035 0 0 0 0
12/2016 45798 27943 0 0 0 0
06/2017 50979 30712 0 0 0 0
12/2017 55798 31155 0 0 0 0
06/2018 57547 31394 0 0 0 0
12/2018 60558 31810 0 0 0 0
06/2019 58871 31627 12541 15634 0 0
12/2019 59515 31644 14310 15842 0 0
06/2020 61400 31965 14769 17019 0 0
10/2020 61762 32067 15163 24068 3736 0
01/2021 62330 32104 15299 25159 3736 0
08/2021 62739 32112 13305 21016 3890 18689
ENDDATA
...
...
@@ -30,9 +33,10 @@ col_tak2 = "#550000aa"
col_tl = "#55ff0000"
col_tl2 = "#55aa0000"
col_plug = "#5500aa00"
col_paths = "#55aaaa00"
col_total = "#00000000"
ymax = 1
5
0000
ymax = 1
6
0000
set timefmt "%m/%Y"
set xdata time
...
...
@@ -40,7 +44,7 @@ set xdata time
set xlabel "Date"
set ylabel "Lines of code"
set xrange [ "03/2014" : "0
3
/202
1
" ]
set xrange [ "03/2014" : "0
1
/202
2
" ]
set yrange [0 : ymax]
# Version 1
...
...
@@ -64,4 +68,5 @@ plot \
"$loc" u 1:($2+$4 + $3):($2 + $4) w filledcurve lw 2 fc rgb col_tl title "tlibs", \
"$loc" u 1:($2+$4 + $3+$5):($2+$4 + $3) w filledcurve lw 2 fc rgb col_tl2 title "tlibs2", \
"$loc" u 1:($2+$4 + $3+$5 +$6):($2+$4 + $3+$5) w filledcurve lw 2 fc rgb col_plug title "plugins", \
"$loc" u 1:($2+$4 + $3+$5 +$6) w lines lw 2 lc rgb col_total notitle
"$loc" u 1:($2+$4 + $3+$5 +$6+$7):($2+$4 + $3+$5 +$6) w filledcurve lw 2 fc rgb col_paths title "paths", \
"$loc" u 1:($2+$4 + $3+$5 +$6+$7) w lines lw 2 lc rgb col_total notitle
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment