Advertisement
Guest User

test

a guest
Jul 8th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. zyro@zyro:~/parrot$ sudo sh ../bench.sh
  2. Invalid option "without-libffi". See "perl Configure.pl --help" for valid options
  3. Use of qw(...) as parentheses is deprecated at config/init/defaults.pm line 290.
  4. Use of qw(...) as parentheses is deprecated at config/init/defaults.pm line 295.
  5.  
  6. Warning: Building a shared parrot library may conflict with your previously-installed /usr/local/lib/libparrot.so
  7.  
  8. Warning: Building a shared parrot library may conflict with your previously-installed /usr/local/lib/libparrot.so
  9. no parrot_old, made parrot instead
  10. optimize=-O3
  11. loadavg 3.53 2.37 2.32 1/446 11228
  12.  
  13. Performance counter stats for '../parrot-bench/run-bench.sh' (4 runs):
  14.  
  15. 34116.532735 task-clock (msec) # 0.996 CPUs utilized ( +- 0.06% )
  16. 3,415 context-switches # 0.100 K/sec ( +- 4.06% )
  17. 48 cpu-migrations # 0.001 K/sec ( +- 17.55% )
  18. 74,852 page-faults # 0.002 M/sec ( +- 0.33% )
  19. 31,58,75,66,917 cycles # 0.926 GHz ( +- 0.05% ) [83.28%]
  20. 15,43,17,81,771 stalled-cycles-frontend # 48.85% frontend cycles idle ( +- 0.14% ) [83.34%]
  21. 4,67,32,23,064 stalled-cycles-backend # 14.79% backend cycles idle ( +- 1.08% ) [66.73%]
  22. 45,27,54,99,026 instructions # 1.43 insns per cycle
  23. # 0.34 stalled cycles per insn ( +- 0.02% ) [83.38%]
  24. 9,53,18,11,363 branches # 279.390 M/sec ( +- 0.01% ) [83.41%]
  25. 2,50,88,978 branch-misses # 0.26% of all branches ( +- 1.87% ) [83.29%]
  26.  
  27. 34.246651062 seconds time elapsed ( +- 0.14% )
  28.  
  29. 34324.530749,task-clock
  30. 3362,context-switches
  31. 41,cpu-migrations
  32. 75473,page-faults
  33. 31782211648,cycles
  34. 15629495656,stalled-cycles-frontend
  35. 4846516675,stalled-cycles-backend
  36. 45276225511,instructions
  37. 9522443282,branches
  38. 26050896,branch-misses
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement