Closed
Bug 1903542
Opened 4 months ago
Closed 3 months ago
Add a profiler label frame for JIT array sort functions
Categories
(Core :: Gecko Profiler, task, P2)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: canova, Assigned: canova)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Currently we have profiler label frames for Array.protoype.sort
, but we don't really have any label frames for js::ArraySortFromJit
or js::TypedArraySortFromJit
. Let's add for them.
Assignee | ||
Comment 1•4 months ago
|
||
Updated•4 months ago
|
Assignee: nobody → canaltinova
Status: NEW → ASSIGNED
Pushed by canaltinova@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/f930e69dce4e
Add profiler label frames for JIT versions of {Typed,}Array.prototype.sort r=aabh,profiler-reviewers,jandem
Comment 3•3 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•