From 1a49ac1c51f0397e873c32c0419b4f00b57bd89d Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 3 Jan 2007 16:31:47 +0100 Subject: [PATCH] really uncomment cellcount. --- scm/lily.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scm/lily.scm b/scm/lily.scm index 33f3c9014c..55fdd0eeb3 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -369,9 +369,9 @@ The syntax is the same as `define*-public'." (list (- (tms:utime t) (ly:assoc-get 'gc-time-taken stats)) - + ;; unreliable... - ;;(ly:assoc-get 'total-cells-allocated stats 0) + ;; (ly:assoc-get 'total-cells-allocated stats 0) ;; difficult to put memory amount stats into here. ))) @@ -383,9 +383,10 @@ The syntax is the same as `define*-public'." (ly:progress "\nWriting timing to ~a..." outname) (format (open-file outname "w") - "time: ~a\ncells: ~a\n" +; "time: ~a\ncells: ~a\n" + "time: ~a\n" (car diff) - (cadr diff) +; (cadr diff) ))) -- 2.39.5