Skip to content

Instantly share code, notes, and snippets.

@SAPikachu
Created February 12, 2012 02:47
Show Gist options
  • Save SAPikachu/1805921 to your computer and use it in GitHub Desktop.
Save SAPikachu/1805921 to your computer and use it in GitHub Desktop.
MP_Pipeline performance test
Script:
LoadPlugin("MP_Pipeline.dll")
MP_Pipeline("""
ColorBars(640,480,"YV12")
### ###
""")
Result:
640x480 (With MPP): 347 FPS
640x480 (Without MPP): 8296 FPS
640x480 (TCPServer): 312 FPS
640x480 (SoraSMSource): 784 FPS
640x480 (MPP dev 2012-03-01): 3218 FPS
1920x1080 (With MPP): 41 FPS
1920x1080 (Without MPP): 1090 FPS
1920x1080 (TCPServer): 38 FPS
1920x1080 (SoraSMSource): 245 FPS
1920x1080 (MPP dev 2012-03-01): 360 FPS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment