Changes between Version 33 and Version 34 of Debugging
- Timestamp:
- 02/08/14 02:32:10 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging
v33 v34 60 60 Some examples: 61 61 * some x264 attributes and thresholds: {{{XPRA_X264_*_PROFILE}}}, {{{XPRA_X264_*_MIN_QUALITY}}}, {{{XPRA_X264_*_QUALITY}}} 62 * lossless damage threshold values (number of pixels): {{{XPRA_MAX_NONVIDEO_PIXELS}}} and {{{MAX_NONVIDEO_OR_INITIAL_PIXELS}}}62 * lossless damage threshold values (number of pixels): {{{XPRA_MAX_NONVIDEO_PIXELS}}} 63 63 * sound test (use fake sound source on/off): {{{XPRA_SOUND_TEST}}} 64 64 * use cython maths (on/off): {{{XPRA_CYTHON_MATH}}} 65 * dump latency debug information to log file (on/off): {{{XPRA_DEBUG_LATENCY}}} 66 * try to schedule other threads in network and damage loops (on/off - see #181): {{{XPRA_YIELD}}} 67 * check that we obey our network call threading rules (on/off): {{{XPRA_CHECK_THREAD}}} 68 * use PIL for parsing png and jpeg packets (on/off): {{{XPRA_USE_PIL}}} 65 * try to schedule other threads in network loop (on/off - see #181): {{{XPRA_YIELD}}} 66 * use [https://pypi.python.org/pypi/Pillow/ PIL] for parsing png and jpeg packets (on/off): {{{XPRA_USE_PIL}}} 69 67 Please refer to the actual code for details. 70 68 }}}