Guest User

Untitled

a guest
Jul 17th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. Mac-Pro:perf cremes$ rbx z.rb
  2. Rehearsal ---------------------------------------------------------
  3. binary insert 71.151360 9.322944 80.474304 ( 80.387285)
  4. ----------------------------------------------- total: 80.474304sec
  5.  
  6. user system total real
  7. binary insert 69.472268 9.281106 78.753374 ( 78.763268)
  8. Total running time: 78.75937808100001s
  9. index % time self children called name
  10. ----------------------------------------------------------
  11. [1] 100.0 0.65 78.11 1 <anonymous>::__script__<81> {} [1]
  12. 0.50 38.65 100000/100000 Array#[]= [2]
  13. 38.81 0.00 3720/3720 GC.collect_mature [3]
  14. 0.15 0.00 1522531/1522531 Fixnum#/ [6]
  15. 0.00 0.00 3720/3720 GC.run_finalizers [10]
  16. 0.00 0.00 3/3 GC.collect_young [11]
  17. 0.00 0.00 1/1 BinaryInsert#initialize [12]
  18. 0.00 0.00 1/1 Class#allocate [13]
  19. -------------------------------------------------------
  20. 0.32 38.83 100000/1629976 <anonymous>::__script__<81> {} [1]
  21. [2] 49.7 0.50 38.65 100000 Array#[]= [2]
  22. 20.40 0.00 100000/100000 Rubinius::Tuple.new [4]
  23. 18.18 0.00 299990/299990 Rubinius::Tuple#copy_from [5]
  24. 0.04 0.00 200000/200000 Kernel#kind_of? [7]
  25. 0.02 0.00 200000/200000 Object#__fixnum__ [8]
  26. 0.01 0.00 100000/100000 Kernel#equal? [9]
  27. -------------------------------------------------------
  28. 0.32 38.49 3720/1629976 <anonymous>::__script__<81> {} [1]
  29. [3] 49.3 38.81 0.00 3720 GC.collect_mature [3]
  30. -------------------------------------------------------
  31. 0.26 20.15 100000/899990 Array#[]= [2]
  32. [4] 25.9 20.40 0.00 100000 Rubinius::Tuple.new [4]
  33. -------------------------------------------------------
  34. 0.23 17.95 299990/899990 Array#[]= [2]
  35. [5] 23.1 18.18 0.00 299990 Rubinius::Tuple#copy_from [5]
  36. -------------------------------------------------------
  37. 0.00 0.15 1522531/1629976 <anonymous>::__script__<81> {} [1]
  38. [6] 0.2 0.15 0.00 1522531 Fixnum#/ [6]
  39. -------------------------------------------------------
  40. 0.00 0.04 200000/899990 Array#[]= [2]
  41. [7] 0.0 0.04 0.00 200000 Kernel#kind_of? [7]
  42. -------------------------------------------------------
  43. 0.00 0.02 200000/899990 Array#[]= [2]
  44. [8] 0.0 0.02 0.00 200000 Object#__fixnum__ [8]
  45. -------------------------------------------------------
  46. 0.00 0.01 100000/899990 Array#[]= [2]
  47. [9] 0.0 0.01 0.00 100000 Kernel#equal? [9]
  48. -------------------------------------------------------
  49. 0.00 0.00 3720/1629976 <anonymous>::__script__<81> {} [1]
  50. [10] 0.0 0.00 0.00 3720 GC.run_finalizers [10]
  51. -------------------------------------------------------
  52. 0.00 0.00 3/1629976 <anonymous>::__script__<81> {} [1]
  53. [11] 0.0 0.00 0.00 3 GC.collect_young [11]
  54. -------------------------------------------------------
  55. 0.00 0.00 1/1629976 <anonymous>::__script__<81> {} [1]
  56. [12] 0.0 0.00 0.00 1 BinaryInsert#initialize [12]
  57. -------------------------------------------------------
  58. 0.00 0.00 1/1629976 <anonymous>::__script__<81> {} [1]
  59. [13] 0.0 0.00 0.00 1 Class#allocate [13]
  60. -------------------------------------------------------
  61.  
  62. 13 methods called a total of 2,529,967 times
Add Comment
Please, Sign In to add comment