---------------------------------------------------------------------------------
Procbench V0.8.2alpha 

Peter Kuscsik <kuscsikp@gmail.com>

Procbench is an information tool and CPU benchmark that tests memory transfer 
and math capabilities of your x86 processor. 

Features:
- Identification of Intel/AMD/VIA CPUs by CPUID.
- Report about the caches
- Memory transfer benchmark
- Instruction latency benchmark
- Option to output best GCC optimisation parameters for that CPU

---------------------------------------------------------------------------------
Changelog:
v0.8.2alpha
 - Intel(R) Core(TM)2 Duo & Quad processor, New flag detection (DTES64, PDCM...), New cache descriptors
 - Via (Centaur) CPU compatibility
 - GUI for Windows
 - Minor bug fixes
v0.8.1alpha
 - Better GCC optimisation flag detection.
v0.8.0alpha
 - DB of CPUs dropped
 - Major bug fixes
 - CPU detection (AMD/ Intel) enhanced
 - AMD64/Intel64 compatibilty 
v0.7.3alpha
 - Minor bug fixes
v0.7.2alpha
 - DB of CPUs added and rewritten
v0.7.1alpha
 - DB of CPUs added
v0.7.0alpha
 - all of the codes are rewritten into C++
 - latency meter added
 - register/app speed test dropped

---------------------------------------------------------------------------------
Install:

type:
make install

try:
./procbench -h
for more information 

---------------------------------------------------------------------------------

Need more help?
Please viset intel.com or amd.com.


