]> Nishi Git Mirror - gwion.git/commitdiff
update
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 8 Aug 2020 10:47:55 +0000 (12:47 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 8 Aug 2020 10:47:55 +0000 (12:47 +0200)
docs/Reference/Preprocessor.mdr

index 6eecaaab42fb8db4cfaab5843f393276e0568376..6ac642c9f096590a2a416cab697de6780f209507 100644 (file)
@@ -39,6 +39,7 @@ Under circomstance where memoization is applicable,
 such as this one, you can see a *huge* speed-up.
 
 @hide echo "normal:   $(perf stat gwion fib_recurs.gw 2>&1 | grep elapsed)"
+
 @hide echo "memoized: $(perf stat gwion fib_recurs_memoize.gw 2>&1 | grep elapsed)"
 
 Memoization setting will be active until the end of file