Add a way to profile all threads in the new performance panel
Categories
(DevTools :: Performance Tools (Profiler/Timeline), enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: mstange, Unassigned)
References
Details
In the Gecko Profiler add-on panel, if you put a comma at the end of the thread filter textbox, this causes a filter item with the string "" to be included in the filter list, which ends up matching all threads.
In the performance panel, the same trick does not work; stray commas are removed.
We should offer a way to profile all threads, either through the comma trick or maybe with some actual UI.
How about the good old "*" (asterisk) catch-all in both places?
Reporter | ||
Comment 2•6 years ago
|
||
*
would work for me.
Comment 3•6 years ago
|
||
Is there a workaround I could use to capture all threads on android in the meantime? Even if it meant rebuilding with a hack?
Comment 4•6 years ago
|
||
Hey Andrew, there should be a way to do it if you're willing to rebuild it, but I can't tell you without looking at the code more precisely. I think this is something we should do sooner rather than later though and I'd like to spend some time on it after my small PTO time.
Updated•6 years ago
|
Updated•6 years ago
|
Updated•5 years ago
|
Comment 5•5 years ago
|
||
Julien, is this not addressed by bug 1569630?
Comment 6•5 years ago
|
||
Yeah, I think so, thanks for the notice!
Description
•