Generate Perf profiles for Speedometer 3 tests on Linux
Categories
(Testing :: Performance, task, P1)
Tracking
(firefox155 fixed)
| Tracking | Status | |
|---|---|---|
| firefox155 | --- | fixed |
People
(Reporter: animalan, Assigned: animalan)
References
Details
(Whiteboard: [fxp][operational][est-2w])
Attachments
(3 files)
In our effort to produce Speedometer 3 profiles for each platform, this bug tracks the work to collect full-system perf profiles from Speedometer 3 tests run on Linux.
| Assignee | ||
Updated•2 months ago
|
| Assignee | ||
Comment 1•2 months ago
|
||
Linux only. Support native (OS-wide) profiling for Raptor tests in CI
and locally using the perf profiler.
perf profiles the entire Browsertime instance that the test is run in.
The resulting profile is symbolicated with build symbols using Samply
and converted into a JSON profile in the Firefox Profiler format.
--perf-profile is introduced as a Raptor option and a Mozharness extra
option. A CI job with perf profiling can be created by adding
--perf-profile to the job's configuration. The job should be run with
./mach try 's --native-profiling flag.
To run a Raptor test locally with perf profiling, use the --perf-profile
flag with ./mach raptor
Co-authored-by: KS <kshampur@mozilla.com>
| Assignee | ||
Comment 2•2 months ago
|
||
These transforms configure perf profiling and symbolication dependencies
for Speedometer 3 Linux CI tasks when --native-profiling is used or
when running on Autoland.
| Assignee | ||
Comment 3•2 months ago
|
||
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Updated•26 days ago
|
Updated•26 days ago
|
Updated•26 days ago
|
Updated•22 days ago
|
Updated•22 days ago
|
Updated•22 days ago
|
Updated•21 days ago
|
Updated•21 days ago
|
https://hg.mozilla.org/mozilla-central/rev/84d2db0ea73f
https://hg.mozilla.org/mozilla-central/rev/d1c58076635a
https://hg.mozilla.org/mozilla-central/rev/9163d729cc69
Description
•