Closed
Bug 1908308
Opened 1 year ago
Closed 10 months ago
provide a ready-to-run CLI of profiler arguments
Categories
(DevTools :: Performance Tools (Profiler/Timeline), enhancement, P3)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(firefox138 fixed)
RESOLVED
FIXED
138 Branch
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: gerard-majax, Assigned: julienw)
References
Details
(Whiteboard: [fxp])
Attachments
(2 files)
There are many traps in how to transform about:profiling configuration into command-line actionable items (either via env variable MOZ_PROFILER_... or for --gecko-profile... for try). It involves finding the correct source file that does some of the matching then manually deducting arguments.
It would be super helpful if about:profiling had a way to generate ready-to-run CLI parameters for try as well as env variables
| Assignee | ||
Comment 2•1 year ago
|
||
Yeah that could be pretty useful indeed!
Severity: -- → S3
Flags: needinfo?(felash)
Priority: -- → P3
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [fxp]
Updated•1 year ago
|
| Assignee | ||
Comment 3•11 months ago
|
||
Updated•11 months ago
|
Assignee: nobody → felash
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•11 months ago
|
||
| Assignee | ||
Comment 5•11 months ago
|
||
Pushed by jwajsberg@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/06729b0903a0
Provide options to copy environment variables and mach try perf options r=canaltinova,fluent-reviewers,profiler-reviewers,bolsson
https://hg.mozilla.org/integration/autoland/rev/6bea76dcf5ca
Update the help message for many perf tests as well as related documentation r=sparky,perftest-reviewers
Backed out for causing dt failures @browser_aboutprofiling-more-actions-menu.js.
Flags: needinfo?(felash)
Updated•10 months ago
|
Attachment #9470060 -
Attachment description: Bug 1908308 - Provide options to copy environment variables and mach try perf options r=canaltinova → WIP: Bug 1908308 - Provide options to copy environment variables and mach try perf options r=canaltinova
Updated•10 months ago
|
Attachment #9472780 -
Attachment description: Bug 1908308 - Update the help message for many perf tests as well as related documentation r=sparky → WIP: Bug 1908308 - Update the help message for many perf tests as well as related documentation r=sparky
Updated•10 months ago
|
Attachment #9470060 -
Attachment description: WIP: Bug 1908308 - Provide options to copy environment variables and mach try perf options r=canaltinova → Bug 1908308 - Provide options to copy environment variables and mach try perf options r=canaltinova
Updated•10 months ago
|
Attachment #9472780 -
Attachment description: WIP: Bug 1908308 - Update the help message for many perf tests as well as related documentation r=sparky → Bug 1908308 - Update the help message for many perf tests as well as related documentation r=sparky
| Assignee | ||
Comment 8•10 months ago
|
||
Pushed by jwajsberg@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e31a3d916dcd
Provide options to copy environment variables and mach try perf options r=canaltinova,fluent-reviewers,profiler-reviewers,bolsson
https://hg.mozilla.org/integration/autoland/rev/8e92996ea30d
Update the help message for many perf tests as well as related documentation r=sparky,perftest-reviewers
| Assignee | ||
Updated•10 months ago
|
Flags: needinfo?(felash)
Comment 10•10 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/e31a3d916dcd
https://hg.mozilla.org/mozilla-central/rev/8e92996ea30d
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•