This Directory is AZ-Prolog.V7 Benchmark Program
                    2011.11.21 Tell Inaba(Sofnec)

% << Contents >>

[AZ-Prolog.7xx] -+- 
                 +- [bin] ----------- prolog prolog_c prologcgi azpc (ExeFile)
                 +- [include] ------- azprolog.h
                 +- [lib]     ------- libazp.a,libazp.so or azp.lib
                 +- [obj]     ------- azpi.o cursese.o noopt.o bytedebug.o (or .obj) PROLOG.RES etc..
                 +- [doc]     ------- azpc.h errmsg.pdf  Manual.html etc
                 +- [sample]  ------- sample programs
                 +- [system]  ------- ststem programs
                 +- [bench] -+- [source]        >>> BenchmarkProgram DownLoad&Unzip Here!
                             +- makefile        >>> AZ-Prolog Benchmark-Exe
                             +- az_main.pl      >>> Benchmark.exe source file
                             +- mk_rslt.pl      >>> mk_rslt.exe source file (More,Read it!)
                             +- c_itak.pl       >>> For AZ-Prolog C-Compile compilation
                             +- byte_itak.pl    >>> For AZ-Prolog Byte-Compile compilation
                             +- harness.pl      >>> Rewrited harness.pl
                             +- iso_main.pl     >>> Benchmark On Interpreter(compile)
                             +- iso_main2.pl    >>> Benchmark On Interpreter(consult)
                             +- iso_main2_az.pl >>> Benchmark On Interpreter(reconsult)
                             +- Readme.txt      >>> This File

% << Download BenchmarkFiles From SICStus-Prolog Benchmark Page >>
%  "http://www.sics.se/isl/sicstuswww/site/performance.html"
%   Unzip and copy them to "AZ-Prolog.7xx/bench/source"

% << How To Invoke Benchmark Test Program >>
%
%    ~AZ-Prolog.7xx/bench>make
%    ~AZ-Prolog.7xx/bench>benchmark
%   Read  menu, and input according to it

% << How To Make SWI-Prolog.rslt File >>
%
% 1) DownLoad "The benchmark sources" from SICStus-Prolog Site To ~AZ-Prolog.7xx/bench/source
% 2) Copy ~AZ-Prolog.7xx/bench/harness.pl to ~AZ-Prolog.7xx/bench/source  ( OverWrite )
% 3) Start SWI-Prolog
% 4) ?- chdir('%AZ-Prolog.7xx-InStalledDirectory%/bench').   
% 5) ?- [iso_main].
% 6) "SWI-Prolog.rslt" File is generated in ~AZ-Prolog.7xx/bench

% << How To Make Other-Prolog.rslt File >>
%
% 1) Open "iso_main.pl" or "iso_main.pl" by any Editor-Program such as notepad.exe
% 2) Rewrite my_define/2 Predicate for your Prolog system,and save the file.
%                         %% File Name %%  %% Identifier %%
%      Before: my_define( 'SWI-Prolog.rslt','SWI-Prolog').
%      After:  my_define( 'SICStus-Prolog.rslt','SICStus-Prolog').
% 3) Like making "SWI-Prolog.rslt", Generate result file

% << How To ReMake Benchmark.exe by AZ-Prolog Compiler >>
%
% 1) DownLoad "The benchmark sources" from SICStus-Prolog Site To ~AZ-Prolog.7xx/bench/source
%    URL is "http://www.sics.se/isl/sicstuswww/site/performance.html"
% 2) Compile this program.     MS-C++ (Windows) or GCC (Linux) Must be installed
%    Use "make_bench.bat" in C-Compiler Shell
