diff --git a/data/panel.html b/data/panel.html index bff6810..c8a9b13 100644 --- a/data/panel.html +++ b/data/panel.html @@ -10,6 +10,9 @@ font-family: monospace; font-size: 12px; } + h1 { + margin: 0; + } a { color: inherit; } @@ -47,17 +50,20 @@ } .controls { display: table-cell; - width: 150px; + width: 130px; padding: 5px 10px; text-align: right; background: #888; color: white; z-index: 1; } + .childHang .controls { + background: #5555AA; + } .controls .duration { font-size: 12px; } - .controls .time, .controls .uptime { + .controls .time { margin-top: 5px; } .controls .copyButton { @@ -86,10 +92,12 @@
The icon is a red square when the user is active, a blue circle when the user is inactive, and turns into a yellow square when there is a page loading in any tab.
Statuser can count hangs on the main thread, lags on the event loop, or spikes in input event response time. Changing this setting will reset the hang counter.
+Statuser can count Gecko thread hangs for the parent process/child process/both, lags on the event loop, or spikes in input event response time. Changing this setting will reset the hang counter.
On E10S builds, Statuser will only measure main thread hangs.
The stack traces displayed here are are Background Hang Reporter pseudo-stacks. Only the 10 most recent stack traces are shown. Stack traces are only captured for hangs of 128ms or greater.
Hang uptimes correspond to the X axis in the Gecko Profiler addon timeline.
+The stack traces displayed here are are Background Hang Reporter pseudo-stacks. Only the 10 most recent stack traces are shown. Stack traces are only captured for hangs of 128ms or greater.
+Entries with a grey sidebar are parent process hangs, while entries with a blue sidebar are child process hangs. Hang uptimes correspond to the X axis in the Gecko Profiler addon timeline.