X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fprofile-property-access.ly;h=13e811e0e5b3b02c60859f580c1273b9bb6592db;hb=def419dfd961fee6fd0bf49321ae130143b618af;hp=4502719f68eed6e9fb3d6e5d7129962392d7c095;hpb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;p=lilypond.git diff --git a/input/regression/profile-property-access.ly b/input/regression/profile-property-access.ly index 4502719f68..13e811e0e5 100644 --- a/input/regression/profile-property-access.ly +++ b/input/regression/profile-property-access.ly @@ -1,15 +1,16 @@ % -*- 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.14.0" -\include "../../input/typography-demo.ly" +\include "typography-demo.ly" %\book { \score { {c4 } } } #(define (prop-stats>? x y) @@ -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"))))