• Home
Name Date Size #Lines LOC

..--

README.txtD12-May-2024552 1612

file_generator.cppD12-May-20241.7 KiB5737

runCLANG_benchmark_numbers.shD12-May-2024958 2825

runCLANG_benchmark_objects.shD12-May-2024960 2925

runCLANG_benchmark_strings.shD12-May-2024960 2925

runGCC_benchmark_numbers.shD12-May-2024951 2925

runGCC_benchmark_objects.shD12-May-2024952 2925

runGCC_benchmark_strings.shD12-May-2024952 2925

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