Closed
Bug 767154
Opened 13 years ago
Closed 12 years ago
Track which stacks are not moving
Categories
(Core :: Gecko Profiler, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 861863
People
(Reporter: BenWa, Unassigned)
Details
This can be implementing by keeping a bit per label set to 0. When we sample we set all the bits to 1. When we sample next as soon as we see a label with a bit set to 1 we can assume all the children haven't changed.
We can save this in the profile by having a notation to indicate 'copy the base X frames' from the previous sample.
Sadly I don't think we can do anything for stack unwinding.
| Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•