Closed
Bug 96669
Opened 24 years ago
Closed 15 years ago
Stopwatch reports wrong times on Linux
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: c, Unassigned)
References
Details
The stopwatch used for --enable-perf-metrics reports wrong times on Linux
because sysconf(_SC_CLK_TCK) at
http://lxr.mozilla.org/seamonkey/source/modules/libutil/src/stopwatch.cpp#25
never gets called.
Additionally, a real time of 10ms is reported as 0:0:0.10 instead of 0:0:0.010
(on all platforms).
A patch to fix this is in attachment 46689 [details] [diff] [review] to bug 27335.
Updated•24 years ago
|
Target Milestone: --- → Future
Updated•24 years ago
|
Status: NEW → ASSIGNED
![]() |
||
Comment 1•22 years ago
|
||
David, do you know who, if anyone, maintains this code or would be able to
review the patch?
Updated•16 years ago
|
Whiteboard: [has patch, needs review]
Updated•16 years ago
|
Comment 2•15 years ago
|
||
Bug 457949 removed this file from m-c.
Bug 470329 already fixed this for c-c.
R.Invalid now.
Assignee: waterson → nobody
No longer blocks: 487605
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
Whiteboard: [has patch, needs review]
Target Milestone: Future → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•