Ameisen

Untitled

Mar 27th, 2022
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. allocate (Int32, 0) normal : 0.010761 μs
  2. allocate (Int32, 0) gcuninit: 0.01416 μs
  3. allocate (Int32, 0) gc : 0.050206 μs
  4.  
  5. allocate (Int32, 1) normal : 0.015299000000000002 μs
  6. allocate (Int32, 1) gcuninit: 0.013235 μs
  7. allocate (Int32, 1) gc : 0.049898000000000005 μs
  8.  
  9. allocate (Int32, 10) normal : 0.015244000000000002 μs
  10. allocate (Int32, 10) gcuninit: 0.014657 μs
  11. allocate (Int32, 10) gc : 0.050728 μs
  12.  
  13. allocate (Int32, 100) normal : 0.029801 μs
  14. allocate (Int32, 100) gcuninit: 0.030704 μs
  15. allocate (Int32, 100) gc : 0.069694 μs
  16.  
  17. allocate (Int32, 1000) normal : 0.24225899999999997 μs
  18. allocate (Int32, 1000) gcuninit: 0.10898999999999999 μs
  19. allocate (Int32, 1000) gc : 0.258094 μs
  20.  
  21. allocate (Int32, 10000) normal : 6.766352 μs
  22. allocate (Int32, 10000) gcuninit: 6.702116 μs
  23. allocate (Int32, 10000) gc : 6.706846000000001 μs
  24.  
  25. allocate (Int32, 100000) normal : 47.13258 μs
  26. allocate (Int32, 100000) gcuninit: 45.52483 μs
  27. allocate (Int32, 100000) gc : 47.351459999999996 μs
  28.  
  29. --
  30.  
  31. allocate (String, 0) normal : 0.016239999999999997 μs
  32. allocate (String, 0) gcuninit: 0.044507000000000005 μs
  33. allocate (String, 0) gc : 0.05023300000000001 μs
  34.  
  35. allocate (String, 1) normal : 0.015705 μs
  36. allocate (String, 1) gcuninit: 0.041166 μs
  37. allocate (String, 1) gc : 0.08515 μs
  38.  
  39. allocate (String, 10) normal : 0.015177 μs
  40. allocate (String, 10) gcuninit: 0.04435100000000001 μs
  41. allocate (String, 10) gc : 0.04851300000000001 μs
  42.  
  43. allocate (String, 100) normal : 0.054241000000000004 μs
  44. allocate (String, 100) gcuninit: 0.077742 μs
  45. allocate (String, 100) gc : 0.08266 μs
  46.  
  47. allocate (String, 1000) normal : 0.520941 μs
  48. allocate (String, 1000) gcuninit: 0.44550600000000007 μs
  49. allocate (String, 1000) gc : 0.473456 μs
  50.  
  51. allocate (String, 10000) normal : 12.785886999999999 μs
  52. allocate (String, 10000) gcuninit: 13.119276000000001 μs
  53. allocate (String, 10000) gc : 12.771790000000001 μs
  54.  
  55. allocate (String, 100000) normal : 55.48169 μs
  56. allocate (String, 100000) gcuninit: 59.79418 μs
  57. allocate (String, 100000) gc : 67.89349 μs
Advertisement
Add Comment
Please, Sign In to add comment