Changes between Version 8 and Version 9 of CSC/Performance
- Timestamp:
- 01/22/14 08:00:25 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CSC/Performance
v8 v9 19 19 * [/browser/xpra/trunk/src/tests/xpra/codecs/test_csc_swscale.py xpra.codecs.test_csc_swscale] 20 20 * [/browser/xpra/trunk/src/tests/xpra/codecs/test_csc_nvcuda.py xpra.codecs.test_csc_nvcuda.py] (you can use environment variables to choose the device to use) 21 22 Make sure your system is not doing anything else, that your CPU/GPU setting is set to high performance. 21 23 }}} 22 24 … … 30 32 31 33 == Results with 0.11.0 release == 32 `(Pending)`33 34 35 All tests at 1920x1080 36 37 ||= Module =||= Options =||= CPU =||= GPU =||||||= BGRX to YUV =||||||= YUV to BGRX || 38 ||= =||= =||= =||= =||= YUV420P =||= YUV422P =||= YUV444P =||= YUV420P =||= YUV422P =||= YUV444P =|| 39 ||cython|| ||AMD X4 945||GTX 760||47|| 40 ||swscale|| ||AMD X4 945||GTX 760||119||163||132||199||345||229|| 41 ||nvcuda|| ||AMD X4 945||GTX 760||126||109||114|| 42 ||opencl||NVIDIA||AMD X4 945||GTX 760||382||326||278||275||315||266|| 43 ||opencl||AMD||AMD X4 945||GTX 760||61||54||43||44||37||24|| 44 ||opencl||Intel||AMD X4 945||GTX 760||57||39||40||43||37||19|| 34 45 35 46 ----