added fill_in to create dynamic values and some tests
[webpac2] / Makefile.PL
index 0dcc728..eb71792 100644 (file)
@@ -45,7 +45,12 @@ sub MY::postamble {
        return <<'MAKE_MORE';
 
 HTML_DIR=pod2html
-profile_perl=./run.pl
+# no need to include --limit here!
+#profile_perl=./run.pl --only ffps --stats
+#profile_perl=./run.pl --only ffps/libri --validate conf/validate/ffps-libri
+#profile_perl=./run.pl --only ffps --validate-delimiters conf/validate/delimiters/ffps
+profile_perl=./run.pl --only ffps --validate conf/validate/ffps-libri --validate-delimiters conf/validate/delimiters/ffps
+
 
 html: $(TO_INST_PM)
        test -e $(HTML_DIR) && rm -Rf "$(HTML_DIR)" || true
@@ -80,8 +85,8 @@ full: config_yml
        rm -f log
        ./run.pl
 
-profile:
-       perl -d:DProf $(profile_perl) --limit 500 && dprofpp > profile.`perl -e 'my @p = glob("profile.[0-9]*"); print scalar @p + 1'`
+profile: all
+       perl -d:DProf $(profile_perl) --limit 250 && dprofpp -O 50 > profile.`perl -e 'my @p = glob("profile.[0-9]*"); print scalar @p + 1'`
 
 profile2:
        perl -d:SmallProf $(profile_perl) --limit 100 && sort -k 2nr,2 smallprof.out | vi -R -