Add profiler marker for XPCJSContext::InterruptScript
Categories
(Core :: Gecko Profiler, enhancement, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: squib, Assigned: squib)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Currently, there's no profile marker emitted for XPCJSContext::InterruptScript. There are a few situations where it'd be helpful to see the presence (or absence!) of this call: when debugging long-running JS that you'd expect to trigger the slow script notification, or to identify if InterruptScript is correlated with any other perf issues. In particular, this would be useful for helping to diagnose bug 1606386, especially comment 9.
| Assignee | ||
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:squib, could you have a look please?
For more information, please visit auto_nag documentation.
| Assignee | ||
Comment 3•6 years ago
|
||
Whoops, I got pulled over onto Fenix stuff and this slipped off my radar! I'll try to get this landed in the next day or so...
Comment 5•6 years ago
|
||
Comment 7•6 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 8•6 years ago
|
||
Forgot to clear the needinfo when this re-landed...
Description
•