time.txt (521B)
1 Requires /bin/time, found on GNU/Linux systems 2 3 Running 100x and taking avg time: OMP_NUM_THREADS=1 out/samples 4 Time using 1 thread: 32.30ms 5 6 Running 100x and taking avg time: OMP_NUM_THREADS=2 out/samples 7 Time using 2 threads: 30.80ms 8 9 Running 100x and taking avg time: OMP_NUM_THREADS=4 out/samples 10 Time for 4 threads: 30.50ms 11 12 Running 100x and taking avg time: OMP_NUM_THREADS=8 out/samples 13 Time using 8 threads: 12.90ms 14 15 Running 100x and taking avg time: OMP_NUM_THREADS=16 out/samples 16 Time using 16 threads: 9.10ms 17