]> git.donarmstrong.com Git - lilypond.git/commitdiff
really uncomment cellcount.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 3 Jan 2007 15:31:47 +0000 (16:31 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 3 Jan 2007 15:31:47 +0000 (16:31 +0100)
scm/lily.scm

index 33f3c9014c3adaff1f0a58036631057c6937dbe2..55fdd0eeb37546b04673b345e0486ba5d128f622 100644 (file)
@@ -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)
            )))