Changes between Version 2 and Version 3 of Ticket #10454
- Timestamp:
- Jan 21, 2014, 8:36:03 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10454 – Description
v2 v3 24 24 25 25 26 Linux12.04:26 Ubuntu 12.04: 27 27 real 0m24.603s 28 28 user 1m5.592s … … 36 36 The system time actually improved, but the overall time for the concurrent jobs is much worse than before. Looing at ActivityMonitor, the thread migration between cores seems to be the problem, because each core peaks only for short times, while with the old scheduler, the cores stay peaked. 37 37 38 Both Haiku images had been compiled with KDEBUG_LEVEL = 0 and the code was compiled on a BFS partition that has query support. In case of Linux, the code was on a ReiserFS partition on the same SSD. 38 Both Haiku images had been compiled with KDEBUG_LEVEL = 0 and the code was compiled on a BFS partition that has query support. In case of Linux, the code was on a ReiserFS partition on the same SSD. Compiler was GCC2 in all tests.