Open
Bug 1944913
Opened 11 days ago
Updated 6 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
(Not tracked)
ASSIGNED
People
(Reporter: sparky, Assigned: sparky)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxp])
Attachments
(1 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•11 days ago
|
Component: Machine Learning → mozperftest
Product: Core → Testing
Whiteboard: [fxp]
Updated•11 days ago
|
Assignee | ||
Comment 1•11 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•11 days ago
|
Assignee: nobody → gmierz2
Status: NEW → ASSIGNED
You need to log in
before you can comment on or make changes to this bug.
Description
•