about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-20 21:35:43 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-20 21:35:43 -0700
commita84b759f23cc07c0db0ebe030698dd001e7499bf (patch)
tree9ce3ebcce232a71f15cbd7cc6e7484d15f12612f
parent83b7c4a1018d17548055d63f18bffc37e869c695 (diff)
downloadmu-a84b759f23cc07c0db0ebe030698dd001e7499bf.tar.gz
5428
-rw-r--r--subx/stats.md32
1 files changed, 22 insertions, 10 deletions
diff --git a/subx/stats.md b/subx/stats.md
index 19b27a9e..7357cef9 100644
--- a/subx/stats.md
+++ b/subx/stats.md
@@ -12,18 +12,17 @@ apps/dquotes.subx          2694      497
 apps/survey.subx           4573      998
 
 ## Bytes in executable
-crenshaw2-1               17612     4112
-crenshaw2-1b              18171     4140
-factorial                 16530     3488
-handle                    17323     3582
-hex                       22684     4909
-pack                      37316     7825
-assort                    22506     5342
-dquotes                   27186     5849
-survey                    42791    11258
+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
 
 ## Translation speed
-
 Emulated:
   - 35 LoC: 7.5s
   - 84 LoC: 16.8s
@@ -31,3 +30,16 @@ Emulated:
 
 Native:
   - less than 0.1s for layers 049-052
+
+# 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