Advertisement
Guest User

Untitled

a guest
Aug 6th, 2014
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. [tom@qemu]$time ./qemu-img co_bench -c 40000
  2. real 0m1.325s
  3. user 0m1.020s
  4. sys 0m0.303s
  5. [tom@qemu]$time ./qemu-img co_bench -c 40000 -b
  6. real 0m0.903s
  7. user 0m0.900s
  8. sys 0m0.003s
  9.  
  10. [tom@qemu]$~/bin/perf stat -e L1-dcache-loads,L1-dcache-load-misses,cpu-cycles,instructions,branch-instructions,branch-misses,branch-loads,branch-load-misses,dTLB-loads,dTLB-load-misses ./qemu-img co_bench -c 40000 -b
  11.  
  12. Performance counter stats for './qemu-img co_bench -c 40000 -b':
  13.  
  14. 512,790,342 L1-dcache-loads [39.94%]
  15. 187,363,176 L1-dcache-load-misses # 36.54% of all L1-dcache hits [40.01%]
  16. 3,209,062,143 cpu-cycles [50.02%]
  17. 5,219,287,984 instructions # 1.63 insns per cycle [60.03%]
  18. 348,201,358 branch-instructions [60.05%]
  19. 821,621 branch-misses # 0.24% of all branches [60.07%]
  20. 349,613,600 branch-loads [60.18%]
  21. 24,381,506 branch-load-misses [60.05%]
  22. 517,471,894 dTLB-loads [39.96%]
  23. 83,661 dTLB-load-misses # 0.02% of all dTLB cache hits [39.95%]
  24.  
  25. 1.110885646 seconds time elapsed
  26.  
  27. [tom@qemu]$
  28. [tom@qemu]$
  29. [tom@qemu]$~/bin/perf stat -e L1-dcache-loads,L1-dcache-load-misses,cpu-cycles,instructions,branch-instructions,branch-misses,branch-loads,branch-load-misses,dTLB-loads,dTLB-load-misses ./qemu-img co_bench -c 40000
  30.  
  31. Performance counter stats for './qemu-img co_bench -c 40000':
  32.  
  33. 693,552,491 L1-dcache-loads [40.00%]
  34. 214,062,328 L1-dcache-load-misses # 30.86% of all L1-dcache hits [40.00%]
  35. 4,353,866,093 cpu-cycles [49.90%]
  36. 5,867,354,897 instructions # 1.35 insns per cycle [59.92%]
  37. 475,022,290 branch-instructions [59.96%]
  38. 2,163,935 branch-misses # 0.46% of all branches [60.11%]
  39. 473,943,061 branch-loads [60.07%]
  40. 131,389,175 branch-load-misses [60.04%]
  41. 692,140,040 dTLB-loads [40.08%]
  42. 562,117 dTLB-load-misses # 0.08% of all dTLB cache hits [40.01%]
  43.  
  44. 1.509369485 seconds time elapsed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement