X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fprofile-property-access.ly;h=3250a38d31bcff2fe194f5bc50bf4ebc69b095a9;hb=c16c8655784da3f7d1d20640ef0208a36bdeeaee;hp=1e7453e3ec2fa79f7793789a121a337f85deb9ba;hpb=c79d2bc19bf6c46ff88385cb599c3fefe028d9ea;p=lilypond.git diff --git a/input/regression/profile-property-access.ly b/input/regression/profile-property-access.ly index 1e7453e3ec..3250a38d31 100644 --- a/input/regression/profile-property-access.ly +++ b/input/regression/profile-property-access.ly @@ -1,13 +1,14 @@ % -*- Scheme -*- \header { - texidoc = "This file profiles property accesses; the log file shows the top properties examined." + texidoc = "This file profiles property accesses; the log file shows the top properties examined. +Note: lilypond must be compiled with --disable-optimising for this file to work." } #(ly:set-option 'profile-property-accesses #t) -\version "2.12.0" +\version "2.16.0" \include "typography-demo.ly" %\book { \score { {c4 } } } @@ -33,7 +34,7 @@ (ly:progress "\n\n~A properties, top ~a rounded to ~a\n\n~a" what count rnd (string-join - (map (lambda (x) (format "~30a: ~6@a" (car x) (cdr x))) + (map (lambda (x) (format #f "~30a: ~6@a" (car x) (cdr x))) (ly:truncate-list! (sort alist prop-stats>?) count)) "\n"))))