Open
Bug 1381931
Opened 8 years ago
Updated 2 years ago
Cannot tell during what phase a hang occurred in BHR
Categories
(Core :: XPCOM, enhancement, P3)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: alexical, Unassigned)
References
(Blocks 2 open bugs)
Details
It would be nice to be able to identify if a hang occurred during startup, shutdown, or normal use. I could see two ways of startup detection working:
1: Choose some event that we heuristically decide is the end of "startup", and mark everything occurring before that as startup
2: Just include the session length per hang, and then in the UI we could maybe show a rough distribution histogram per hang, which might allow us to infer whether it was related to startup or not
I'm open to other ideas as well.
Comment 1•8 years ago
|
||
See also bug 1373814 comment 3
![]() |
||
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•