Add logging presets to profiler
Categories
(Core :: Networking, task, P2)
Tracking
()
People
(Reporter: kershaw, Assigned: dotoole)
Details
(Whiteboard: [necko-triaged][necko-priority-queue])
Attachments
(1 file)
We've added logging prefets in bug 1838211, but it only works for files.
It'd be great if we can make gecko profiler also use these presets.
Comment 2•2 years ago
|
||
Hey Dylan, Kershaw,
Instead of adding new profiler presets, you can instruct your about:logging presets to use the already existing "Networking" preset, by specifying profilerPreset: "networking" for this about:logging presets. Would that work well enough for you?
That would also prevent the cluttering of our main preset selection.
Updated•2 years ago
|
| Reporter | ||
Comment 3•2 years ago
|
||
(In reply to Julien Wajsberg [:julienw] from comment #2)
Hey Dylan, Kershaw,
Instead of adding new profiler presets, you can instruct your about:logging presets to use the already existing "Networking" preset, by specifyingprofilerPreset: "networking"for this about:logging presets. Would that work well enough for you?
I believe this should be enough, but as I am not completely familiar with the profiler code, I am not certain. I will leave it to Dylan to determine the best approach. Thank you.
I agree with Kershaw, that seems to be enough thanks!
Description
•