Make expose_browser_profiler work with gecko_profile as well
Categories
(Testing :: Raptor, defect, P3)
Tracking
(firefox122 fixed)
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: canova, Assigned: canova)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxp])
Attachments
(1 file)
Currently expose_browser_profiler
only works with --extra-profiler-run
argument (see). But it should also work with the gecko_profile
enabled, which is the main mechanism for profiling in Raptor.
Comment 1•1 year ago
•
|
||
thanks for filing this
this is somewhat related to Bug 1853434 (potentially even duplicated by it!)
Updated•1 year ago
|
Assignee | ||
Comment 2•1 year ago
|
||
Ah, that's right. I think it's directly the duplicate. That's what I was remembering I think but couldn't find the bug. Since that bug has a broader scope, I think it's better to keep them both (that bug also mentions having unexpected iteration counts).
Comment 3•1 year ago
•
|
||
Sounds good! Good point about the iter counts. We'll keep both
Assignee | ||
Comment 4•1 year ago
|
||
We have 2 ways to enable the profiler in Raptor:
- Using
--gecko-profile
argument locally or in CI, which runs the test only
with the profiler enabled. - Using
extra_profiler_run
also locally or in the CI, which runs the test
both normally/without the profiler and then adding an extra run with the
profiler enabled at the end.
It seems like the expose_browser_profiler
flag was only working for the
second case and not when --gecko-profile
was passed.
Updated•1 year ago
|
Comment 6•1 year ago
|
||
bugherder |
Description
•