Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.txt | D | 12-May-2024 | 552 | 16 | 12 | |
file_generator.cpp | D | 12-May-2024 | 1.7 KiB | 57 | 37 | |
runCLANG_benchmark_numbers.sh | D | 12-May-2024 | 958 | 28 | 25 | |
runCLANG_benchmark_objects.sh | D | 12-May-2024 | 960 | 29 | 25 | |
runCLANG_benchmark_strings.sh | D | 12-May-2024 | 960 | 29 | 25 | |
runGCC_benchmark_numbers.sh | D | 12-May-2024 | 951 | 29 | 25 | |
runGCC_benchmark_objects.sh | D | 12-May-2024 | 952 | 29 | 25 | |
runGCC_benchmark_strings.sh | D | 12-May-2024 | 952 | 29 | 25 |
README.txt
1README.TXT 2============== 3If you want to do manually or with different compiler. 4 5file_generator is a program which generte a file with random information 6 for to be used in the benchmark. 7 After compiled the invocation is 8 ./file_generator input.bin 1250000000 9 10Now we have the data file and only need to compile and run the programs. 11 benchmark_objects.cpp 12 benchmark_strings.cpp 13 benchmark_numbers.cpp 14 15They show a detailed information on the screen in a compact mode 16