Closed
Bug 1185926
Opened 10 years ago
Closed 7 years ago
[Meta] Fix accuracy of PerformanceStats
Categories
(Toolkit :: Performance Monitoring, defect)
Toolkit
Performance Monitoring
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: Yoric, Unassigned)
References
Details
Experience shows that PerformanceStats is not always accurate. This has been traced to the following factors:
- performance is influenced by overall system activity;
- the clocks we use are not very accurate;
- the clocks we use are not monotonic.
We need to fix this.
Reporter | ||
Comment 1•10 years ago
|
||
More precisely:
- the walltime clocks we use are not very accurate;
- the walltime clocks we use are not monotonic;
- the performance clocks we use are not very accurate;
- the performance clocks we use are not monotonic.
Reporter | ||
Comment 2•9 years ago
|
||
Filed bug 1188250 as a possible alternative on CPOW monitoring, which would not depend on system load.
Depends on: 1188250
Comment 3•7 years ago
|
||
about:performance is being redesigned; mass closing the bugs related to parts of the current about:performance page that we are not keeping.
Our goals with the redesign are to reduce the overhead caused by having the page opened, increase the reliability of the displayed information, and make the offered information actionable for most users. The back-end work is being tracked in bug 1419681.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•