Changes between Version 6 and Version 7 of Profiling
- Timestamp:
- 01/08/13 06:26:32 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Profiling
v6 v7 86 86 === high network cost in UI thread === 87 87 Work in progress, see #231 88 89 === high cost of logging === 90 This is a recurring problem, see: r2294, r2290, etc 91 92 By running the server with: 93 {{{ 94 xpra start :10 --start-child=glxgears 95 }}} 96 And the client with: 97 {{{ 98 ./tests/scripts/pycallgraph -t draw -i '*' -r 20 -- attach :10 --no-mmap 99 }}} 100 We find that logging is really costing us dearly: 101 [[BR]] 102 [[Image()]] 103 So we remove logging from this critical path in r2484, and we now find: 104 [[BR]] 105 [[Image()]]