Commit 52acf053 authored by Juergen Nickelsen's avatar Juergen Nickelsen
Browse files

use nytprof

parent e3f9cdde
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,3 +3,4 @@
.#*
uses.dot
nytprof.out
nytprof
+5 −0
Original line number Diff line number Diff line
@@ -21,6 +21,11 @@ uses.dot: $(PERLSOURCES) Makefile
test:
	./Lis.pl tests/run-tests.lisp

profile:
	perl -d:NYTProf Lis.pl tests/run-tests.lisp
	nytprofhtml nytprof.out
	echo http://64927.de/nytprof/

step-tests:
	for i in tests/0*.lisp; do \
		./Lis.pl tests/run-tests.lisp $$i; \