rename last profile to more memorable profile.prof

This commit is contained in:
Simon Michael 2009-01-25 09:03:14 +00:00
parent 4807c41c4d
commit aa607b1297

View File

@ -62,9 +62,9 @@ buildprof prof: sampleledgers
@echo "Profiling $(PROFCMD)"
$(BUILDPROF)
$(RUNPROF) $(PROFCMD) #>/dev/null
tools/simplifyprof.hs $(PROFBIN).prof >simple.prof
cp simple.prof profs/$(TIME).prof
echo; cat simple.prof
tools/simplifyprof.hs $(PROFBIN).prof >profile.prof
cp profile.prof profs/$(TIME).prof
echo; cat profile.prof
# run performance benchmarks and save results in profs
# executables to test, prepend ./ to these if not in $PATH