#1116 closed defect (fixed)
GetTickCount() debugging/unit testing method on Linux is not returning correct results
Reported by: | brucedechant | Owned by: | brucedechant |
---|---|---|---|
Priority: | low | Milestone: | 2.2 |
Component: | General | Version: | 2.1.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The GetTickCount() API on Linux is meant to mimic the GetTickCount() API on Windows, but is returning different results.
On Windows this method returns the results in milliseconds, but on Linux this method is returning the results in clock ticks.
This causes all of the debugging and unit test timing results on Linux to show incorrect results for all of the timings.
Note:
See TracTickets
for help on using tickets.
Fixed in trunk r4291