about summary refs log tree commit diff stats
path: root/stats.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-27 16:01:55 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-27 17:47:59 -0700
commit6e1eeeebfb453fa7c871869c19375ce60fbd7413 (patch)
tree539c4a3fdf1756ae79770d5c4aaf6366f1d1525e /stats.md
parent8846a7f85cc04b77b2fe8a67b6d317723437b00c (diff)
downloadmu-6e1eeeebfb453fa7c871869c19375ce60fbd7413.tar.gz
5485 - promote SubX to top-level
Diffstat (limited to 'stats.md')
-rw-r--r--stats.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/stats.md b/stats.md
new file mode 100644
index 00000000..fcf0191f
--- /dev/null
+++ b/stats.md
@@ -0,0 +1,36 @@
+                          Initial   -tests/whitespace/comments
+## Lines in source
+standard library           9597     2316
+apps/crenshaw2-1b.subx      798      176
+apps/crenshaw2-1.subx       601      180
+apps/factorial.subx         107       28
+apps/handle.subx            361       58
+apps/hex.subx              1511      144
+apps/pack.subx             7348     1054
+apps/assort.subx           1318      284
+apps/dquotes.subx          2694      497
+apps/survey.subx           4573      998
+
+## Bytes in executable
+apps/crenshaw2-1          17612     4112
+apps/crenshaw2-1b         18171     4140
+apps/factorial            16530     3488
+apps/handle               17323     3582
+apps/hex                  22684     4909
+apps/pack                 37316     7825
+apps/assort               22506     5342
+apps/dquotes              27186     5849
+apps/survey               42791    11258
+
+# lines per test (including whitespace/comments)
+                          num tests     num lines     lines/test
+apps/crenshaw2-1.subx        2            585          292.5
+apps/crenshaw2-1b.subx       4            785          196.25
+apps/factorial.subx          1            117          117
+apps/handle.subx             4            412          103
+apps/hex.subx               12           1515          126.25
+apps/pack.subx              42           5977          142.3
+apps/assort.subx             1            839          839
+apps/dquotes.subx           26           2680          103
+apps/survey.subx            18           4570          254
+apps/subx-common.subx       32           3098           96.8125