Add a way to dump profiler stats into a capture
Categories
(Core :: Graphics: WebRender, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: kats, Assigned: kats)
References
Details
Attachments
(1 file)
I had cooked up a patch (semi-cleaned up version here) to dump WR's internal profiler sample data to a file in the WR capture. This was useful in breaking down a talos regression that I couldn't reproduce locally, since bug 1654373 allows us to get captures from WR when running in talos. The patch can be cleaned up further and landed as it might be useful to others.
Assignee | ||
Comment 1•5 years ago
|
||
The yak-shaving expedition begins...
Assignee | ||
Comment 2•5 years ago
|
||
This adds a profiler-stats.txt file to captures that dumps the profiler
stats, if those are being recorded. They get recorded if the profiler is
visible, or if the (newly added) PROFILER_CAPTURE debug option is enabled.
Comment 4•5 years ago
|
||
Backed out for wrench failures.
Backout link: https://hg.mozilla.org/integration/autoland/rev/cf4958e6d94562fcbb512f6b5caa15b0dc8b3fdd
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=311675951&repo=autoland&lineNumber=969
Assignee | ||
Updated•5 years ago
|
![]() |
||
Comment 6•5 years ago
|
||
bugherder |
Description
•