(anonymous IP: 18.188.227.64,352) | ||||||||||||||
| ||||||||||||||
Audio (96) Datatype (15) Demo (50) Development (247) Document (62) Driver (19) Emulation (62) Game (529) Graphics (224) Library (22) Network (62) Office (21) Utility (250) Video (18) Total files: 1677 Full index file Recent index file Part of aros exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] *************************************** Sortbench is a CPU stress test Sortbench is part of the CPU benchmark suite build for the APOLLO CPU project. *************************************** Project Homepage http://www.apollo-core.com/sortbench/ Sortbench is a CPU benchmark. The test does on purpose not use the fastest possible sort, but uses an algorithm which stresses certain parts of the CPU. The testcase stresses the following CPU features: 1) Data-Cache 2) Branch Prediction / Conditional Code Execution (IF THEN) 3) Loop Performance 4) Memory Hazard Detection The test does not generate a Hazard. But the test does mixed read/write operations to the same Data Cache line. This is a typical behaviour for a program working with the stack. To run the test please compile like gcc -o sortbench -O2 sortbench.c The sourcecode is free to use. Have fun! Gunnar von Boehn |
Copyright © 2005 - 2024 The AROS Archives All Rights Reserved |