Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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.

Change History (2)

comment:1 by brucedechant, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk r4291

comment:2 by brucedechant, 15 years ago

Fixed typo - r4292

Note: See TracTickets for help on using tickets.