Closed
Bug 1559486
Opened 6 years ago
Closed 6 years ago
Remove scriptFilename from RecordAllocationInfo
Categories
(Core :: Gecko Profiler, task, P2)
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: gregtatum, Assigned: gregtatum)
Details
Attachments
(1 file)
From Bug 1545582
jimb said:
Since we're only observing the allocation of objects,
JS::ubi::Node::scriptFilename
will always returnnullptr
, so this probably isn't useful information to collect. It's fine to handle this in a follow-up.
In addition, the stack walking includes the filename, so it's redundant as well.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → gtatum
Priority: -- → P2
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by gtatum@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a07109e6cefe
Remove scriptFilename from RecordAllocationInfo; r=jimb
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•