time.txt (522B)
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: 35.60ms 5 6 Running 100x and taking avg time: OMP_NUM_THREADS=2 out/samples 7 Time using 2 threads: 38.40ms 8 9 Running 100x and taking avg time: OMP_NUM_THREADS=4 out/samples 10 Time for 4 threads: 26.30ms 11 12 Running 100x and taking avg time: OMP_NUM_THREADS=8 out/samples 13 Time using 8 threads: 15.30ms 14 15 Running 100x and taking avg time: OMP_NUM_THREADS=16 out/samples 16 Time using 16 threads: 10.40ms 17