1echo Profiling of Zip-Ada
2rem
3rem Assumes everything compiled with prof_za.cmd or zipada.gpr, build_mode=profiling
4
5set bigzip=big.zip
6set files=*.mix *.ad* *.txt *.cmd *.bmp *.csv *.pdf *.html *.mdb *.bin
7
8if exist %bigzip% del %bigzip%
9
10..\zipada -ed1 %bigzip% %files% >za.out
11gprof ..\zipada.exe >zipada.pro
12
13..\unzipada -t %bigzip% >uza.out
14gprof ..\unzipada.exe >unzipada.pro
15