On Wed, Sep 20, 2017 at 9:06 AM, Nicolas B. Pierron < nicolas.b.pier...@mozilla.com> wrote:
> > What impact has a stack which is being reported at 1% / 0.5% / 0% ? > > I see that the histograms on top are changing each time I highlight a new > line. When I mouse-over the histograms buckets I notice the "ms/h" metric. > > What does it mean? Does that mean that in any browsing session, any user > will see the given signature for X ms per hour? > As a mean value, and for the date in question, yes. If a particular prefix list of stack frames is responsible for one 20 second hang for one in 10 users every 5 hours (pretending all users use Nightly for the same number of hours per day), you'll see a value of 20,000 / 10 / 5 == 400ms/h. > > Should the left column of the profiles report the time in ms/h instead > of unit-less % ? > That's a good suggestion. I'll work on getting units in there. > > > Is the histogram indexed by build-id / report-date? > Build ID. > > Is there a way to get the URL on which these hangs are reported? > If I'm understanding your question correctly I believe that's a privacy issue. Maybe if we end up going with RAPPOR we'll be able to see some aggregate stats on hanginess of particular domains though. Or we could prompt Nightly users to opt into sending more sensitive information, but that brings biases with it. > > > Can we have a larger history of hangs per signatures? (similar to > crash-stat [1]) > I'm working on keeping a dataset which will always go back to Sept. 1st. [1] I think we should be able to maintain this, however the performance of the UI will need to be addressed in some way, as even now it's a bit of a hog. > > Calixte made a tool to associate a newly reported crash to a recent > changes. Would it be possible to look at the same kind of tools based on > the reports of the BHR, with a given buildId ? > Do you have a link to this tool, so I can understand a little better? [1] https://arewesmoothyet.com/?category=all&durationSpec=2048_65536_ _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform