Closed
Bug 811553
Opened 12 years ago
Closed 12 years ago
Only count major page faults when possible
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: billm, Assigned: billm)
Details
Attachments
(1 file)
634 bytes,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
Windows is only able to tell us how many total page faults there have been. Linux and Mac can separate major faults from minor faults. Originally, I wanted to be consistent across platforms, so I only collected the total. However, the total isn't very useful, and most of the data I look at comes from Linux or Mac, so we might as well be collecting the right number.
Attachment #681273 -
Flags: review?(terrence)
Updated•12 years ago
|
Attachment #681273 -
Flags: review?(terrence) → review+
Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Comment 3•12 years ago
|
||
Maybe you want to update the comment in the header?
You need to log in
before you can comment on or make changes to this bug.
Description
•