Changes between Version 15 and Version 16 of Profiling
- Timestamp:
- 02/14/14 11:02:04 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Profiling
v15 v16 5 5 [[BR]] 6 6 [/wiki/WindowRefresh Window Refresh] speed is a special case as it depends on many factors and not just pure code performance, though some parts of this code can obviously benefit from profiling. 7 [[BR]] 8 If profiling itself slows down your process so much that it cannot connect to the server, or if the server cannot respond quickly enough, increase the default socket timeout (in seconds): 9 {{{ 10 XPRA_SOCKET_TIMEOUT=120 xpra ... 11 }}} 7 12 }}} 8 13