Closed
Bug 744315
Opened 13 years ago
Closed 13 years ago
Telemetry for slow setTimeout
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 744470
People
(Reporter: Yoric, Unassigned)
Details
As discussed on IRC, it would be nice to have some Telemetry information on window.setTimeout calls that take too long.
I would say:
- we probably want this only for chrome content-issued setTimeout;
- we probably want to attach the file + line info to the histogram, much as we attach some source code to Telemetry of slow SQL queries;
- how long is "too long"? setTimeouts that are triggered more than 300ms after the expected date, for instance?
Comment 1•13 years ago
|
||
> - we probably want this only for chrome content-issued setTimeout;
I'm not sure what that means.
> we probably want to attach the file + line info to the histogram
We can try, but I will bet that in most cases we don't have this....
Comment 2•13 years ago
|
||
i'm going to drive this in bug 744470
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•