mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 885886 - Clarify definitions of FHR init times. r=doc-only
This commit is contained in:
parent
b179486574
commit
2c544a38ed
@ -837,8 +837,12 @@ public class BrowserHealthRecorder implements GeckoEventListener {
|
||||
*
|
||||
* "r": reason. Values are "P" (activity paused), "A" (abnormal termination)
|
||||
* "d": duration. Value in seconds.
|
||||
* "sg": Gecko startup time. Present if this is a clean launch.
|
||||
* "sj": Java startup time. Present if this is a clean launch.
|
||||
* "sg": Gecko startup time. Present if this is a clean launch. This
|
||||
* corresponds to the telemetry timer FENNEC_STARTUP_TIME_GECKOREADY.
|
||||
* "sj": Java activity init time. Present if this is a clean launch. This
|
||||
* corresponds to the telemetry timer FENNEC_STARTUP_TIME_JAVAUI,
|
||||
* and includes initialization tasks beyond initial
|
||||
* onWindowFocusChanged.
|
||||
*
|
||||
* Abnormal terminations will be missing a duration and will feature these keys:
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user