Closed
Bug 1944913
Opened 28 days ago
Closed 14 days ago
Handle profiler path in mochitest layer, and allow it to be used through after/before cycle hooks
Categories
(Testing :: mozperftest, task, P2)
Testing
mozperftest
Tracking
(firefox137 fixed)
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: sparky, Assigned: sparky)
References
Details
(Whiteboard: [fxp])
Attachments
(1 file, 1 obsolete file)
This bug is for adding some code to handle the MOZ_PROFILER_SHUTDOWN env variable in mozperftest for the mochitest layer. It should also be possible to parse it in the after/before cycle hooks.
Assignee | ||
Updated•28 days ago
|
Component: Machine Learning → mozperftest
Product: Core → Testing
Whiteboard: [fxp]
Updated•28 days ago
|
Assignee | ||
Comment 1•28 days ago
|
||
This patch allows a user to set a custom path for mochitest gecko profiles. It also adds something that checks if the setting for MOZ_PROFILER_SHUTDOWN is correct before setting it for mochitest. The profiles can then be parsed in the after/before cycle hook methods.
Updated•28 days ago
|
Assignee: nobody → gmierz2
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•16 days ago
|
||
This patch allows a user to set a custom path for mochitest gecko profiles. It also adds something that checks if the setting for MOZ_PROFILER_SHUTDOWN is correct before setting it for mochitest. The profiles can then be parsed in the after/before cycle hook methods.
Updated•15 days ago
|
Attachment #9465410 -
Attachment is obsolete: true
Pushed by gmierz2@outlook.com:
https://hg.mozilla.org/integration/autoland/rev/7fb6e9a16f4b
Allow custom path setting for mochitest gecko profiles. r=jmaher,perftest-reviewers,fbilt
Comment 4•14 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 14 days ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•