Closed
Bug 1574822
Opened 6 years ago
Closed 6 years ago
BlocksRingBuffer::Reader::At()
Categories
(Core :: Gecko Profiler, task, P2)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: mozbugz, Assigned: mozbugz)
References
Details
Attachments
(1 file)
Reader::At() can be used to get a BlockIterator at a given BlockIndex,
clamped between begin() and end().
This will be useful when we want to iterate starting at a given index, e.g., when duplicating stacks.
| Assignee | ||
Comment 1•6 years ago
|
||
Reader::At() can be used to get a BlockIterator at a given BlockIndex,
clamped between begin() and end().
This will be useful when we want to iterate starting at a given index, e.g.,
when duplicating stacks.
Depends on D42448
Pushed by gsquelart@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ec46cb015929
BlocksRingBuffer::Reader::At() - r=gregtatum
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•