Originally posted by Raka555
View Post
fastest result
Code:
real 0m2,882s
Code:
real 0m3,012s
Code:
$ perf stat ./prime_gcc 664580 Performance counter stats for './prime_gcc': 2.914,30 msec task-clock:u # 1,000 CPUs utilized 0 context-switches:u # 0,000 K/sec 0 cpu-migrations:u # 0,000 K/sec 56 page-faults:u # 0,019 K/sec 14.151.736.249 cycles:u # 4,856 GHz 17.446.316.395 instructions:u # 1,23 insn per cycle 3.508.140.058 branches:u # 1203,766 M/sec 4.733.558 branch-misses:u # 0,13% of all branches 2,914653614 seconds time elapsed 2,911537000 seconds user 0,000999000 seconds sys
Comment