Closed
Bug 27512
Opened 25 years ago
Closed 25 years ago
Performance Data should include clock-time: need ms granularity
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: attinasi, Assigned: attinasi)
Details
(Whiteboard: [PDT+])
Performance data is currently reported in CPU time. We need clock-time as well
or instead of. Timers need millisecond granularity to pull this off
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•25 years ago
|
||
I changed the stopwatch class to keep track of time in milliseconds. All of the
existing APIs that returned seconds still do, it is automatically adjusted for,
but there is a new one to get the time back in milliseconds. The 'print' routine
prints the milliseconds too. Pending review...
| Assignee | ||
Comment 2•25 years ago
|
||
Rickg already approved this change for beta last week.
Keywords: beta1
Putting on PDT+ radar for beta1.
QA Contact: cbegle → leger
Whiteboard: [PDT+]
| Assignee | ||
Comment 4•25 years ago
|
||
Layout code prints time with ms granularity. Perf scripts can do CPU or Clock
Time. Bug is closed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•