Ticket #1222 (closed: fixed)
Make Algorithm timing consistent
Reported by: | Russell Taylor | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | major | Milestone: | Iteration 23 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
At the moment the duration of algorithms is calculated using the clock() function. This function gives wall clock time on Windows, but processor time on Linux - which can give particularly misleading numbers when multi-threaded.
Change History
Note: See
TracTickets for help on using
tickets.
(In [4376]) Add a timing utility class and use this to calculate algorithm durations. Re #1222.