id summary reporter owner description type status priority milestone component version resolution keywords cc 2869 Change measurement of execution time abeham "Execution time is measured via a System.Timer that basically runs in a thread of its own. This has several drawbacks: 1. The thread is created even in the case where no GUI exists and Execution Time updating is not of interest 2. The execution time is only updated at a fixed interval of currently 200ms I propose to change measuring execution time by recording a start date and some elapsed time. The execution time is then a sum of the time since it was started and the elapsed time." enhancement new medium HeuristicLab 3.3.17 Optimization branch