Guest User

Untitled

a guest
May 23rd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. Andrew@Andrew-HP /c/users/andrew/desktop
  2. $ gcc finalproject.c -o finalproject.exe -s -O3
  3.  
  4. Andrew@Andrew-HP /c/users/andrew/desktop
  5. $ utime finalproject.exe -s 300 -p 1000
  6. 0 particles left to add to aggregate
  7. 1000 particles added in 5 seconds
  8.  
  9.  
  10. Run: 5314.304 ms
  11. Kern: 15.600 ms
  12. User: 3354.022 ms
  13.  
  14. Andrew@Andrew-HP /c/users/andrew/desktop
  15. $ utime finalproject.exe -s 300 -p 1000
  16. 0 particles left to add to aggregate
  17. 1000 particles added in 4 seconds
  18.  
  19.  
  20. Run: 5016.287 ms
  21. Kern: 31.200 ms
  22. User: 3104.420 ms
  23.  
  24. Andrew@Andrew-HP /c/users/andrew/desktop
  25. $ utime finalproject.exe -s 300 -p 1000
  26. 0 particles left to add to aggregate
  27. 1000 particles added in 5 seconds
  28.  
  29.  
  30. Run: 5348.306 ms
  31. Kern: 15.600 ms
  32. User: 2995.219 ms
  33.  
  34. Andrew@Andrew-HP /c/users/andrew/desktop
  35. $ gcc finalproject.c -o finalproject.exe -s -O3
  36.  
  37. Andrew@Andrew-HP /c/users/andrew/desktop
  38. $ utime finalproject.exe -s 300 -p 1000
  39. 0 particles left to add to aggregate
  40. 1000 particles added in 5 seconds
  41.  
  42.  
  43. Run: 4781.274 ms
  44. Kern: 46.800 ms
  45. User: 3634.823 ms
  46.  
  47. Andrew@Andrew-HP /c/users/andrew/desktop
  48. $ utime finalproject.exe -s 300 -p 1000
  49. 0 particles left to add to aggregate
  50. 1000 particles added in 5 seconds
  51.  
  52.  
  53. Run: 5087.291 ms
  54. Kern: 31.200 ms
  55. User: 3385.222 ms
  56.  
  57. Andrew@Andrew-HP /c/users/andrew/desktop
  58. $ utime finalproject.exe -s 300 -p 1000
  59. 0 particles left to add to aggregate
  60. 1000 particles added in 4 seconds
  61.  
  62.  
  63. Run: 4658.266 ms
  64. Kern: 31.200 ms
  65. User: 3276.021 ms
Add Comment
Please, Sign In to add comment