From: Han-Wen Nienhuys Date: Mon, 1 Jan 2007 17:49:24 +0000 (+0100) Subject: dump profile info for test too. X-Git-Tag: release/2.11.7-1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=refs%2Ftags%2Frelease%2F2.11.7-1;p=lilypond.git dump profile info for test too. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 7fa0e1e7cc..04a002a282 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -211,7 +211,7 @@ test-clean: test: ## no aa-scaling, no PDF - $(MAKE) -C input/regression/ out=test LILYPOND_BOOK_LILYPOND_FLAGS="--backend=eps --formats=ps,png $(LILYPOND_JOBS) -dinclude-eps-fonts -dgs-load-fonts --header=texidoc -I $(top-src-dir)/input/manual -dcheck-internal-types -ddump-signatures -danti-alias-factor=1" LILYPOND_BOOK_VERBOSE= out-test/collated-files.html + $(MAKE) -C input/regression/ out=test LILYPOND_BOOK_LILYPOND_FLAGS="--backend=eps --formats=ps,png $(LILYPOND_JOBS) -dinclude-eps-fonts -dgs-load-fonts --header=texidoc -I $(top-src-dir)/input/manual -ddump-profile -dcheck-internal-types -ddump-signatures -danti-alias-factor=1" LILYPOND_BOOK_VERBOSE= out-test/collated-files.html @find input ly -name '*.ly' -print |grep -v 'out.*/' | xargs grep '\\version' -L | grep -v "standard input" |sed 's/^/**** Missing version: /g' diff --git a/lily/stencil-scheme.cc b/lily/stencil-scheme.cc index 2669e14808..3d0e371e13 100644 --- a/lily/stencil-scheme.cc +++ b/lily/stencil-scheme.cc @@ -105,6 +105,8 @@ LY_DEFINE (ly_stencil_moved_to_edge, "ly:stencil-moved-to-edge", { /* C&P from combine-at-edge. + + fixme: just used once. */ Stencil *s1 = unsmob_stencil (first); Stencil *s2 = unsmob_stencil (second); diff --git a/scm/lily.scm b/scm/lily.scm index bd6a95be44..d63890af0a 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -372,7 +372,6 @@ The syntax is the same as `define*-public'." ((outname (format "~a.profile" (basename name ".ly"))) (diff (map (lambda (y) (apply - y)) (zip this last)))) - (display diff) (ly:progress "\nWriting timing to ~a..." outname) (format (open-file outname "w") "time: ~a"