Advertisement
Guest User

Untitled

a guest
Aug 12th, 2016
613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. benchmark on Win10 / Core i7-4790 / avs+MT r2085(32bit)
  2.  
  3. LoadPlugin("ResampleMT.dll")
  4. ColorBars(3840, 2160, "YV12").Trim(0, 2999).KillAudio()
  5. LanczosResizeMT(1280, 720, threads=X)
  6. prefetch(Y)
  7.  
  8.  
  9. 38.607 sec [77.706fps] #threads=1, prefetch=1
  10. 36.943 sec [81.206fps] #threads=2, prefetch=1
  11. 20.052 sec [149.611fps] #threads=1, prefetch=2
  12. 24.781 sec [121.060fps] #threads=3, prefetch=1
  13. 14.396 sec [208.391fps] #threads=1, prefetch=3
  14. 18.725 sec [160.214fps] #threads=4, prefetch=1
  15. 12.189 sec [246.124fps] #threads=1, prefetch=4
  16. 15.062 sec [199.177fps] #threads=5, prefetch=1
  17. 11.229 sec [267.165fps] #threads=1, prefetch=5
  18. 12.941 sec [231.821fps] #threads=6, prefetch=1
  19. 10.367 sec [289.380fps] #threads=1, prefetch=6
  20. 11.283 sec [265.887fps] #threads=7, prefetch=1
  21.  9.756 sec [307.503fps] #threads=1, prefetch=7
  22. 10.096 sec [297.147fps] #threads=8, prefetch=1
  23.  9.553 sec [314.037fps] #threads=1, prefetch=8
  24. 13.163 sec [227.912fps] #threads=9, prefetch=1
  25.  9.578 sec [313.218fps] #threads=1, prefetch=9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement