Closed Bug 1544686 Opened 5 years ago Closed 5 years ago

Add support for custom threads for Gecko profiler

Categories

(Testing :: Raptor, task, P1)

task

Tracking

(firefox68 fixed)

RESOLVED FIXED
mozilla68
Tracking Status
firefox68 --- fixed

People

(Reporter: whimboo, Assigned: whimboo)

References

(Blocks 2 open bugs)

Details

Attachments

(3 files)

For video streaming tests as to be implemented on bug 1539111 we also want to create Gecko profiles while running the tests. To activate the media specific markers the custom "MediaPlayback" thread has to be added before starting the profile.

Right now threads are selected in the WebExt of Raptor:

https://searchfox.org/mozilla-central/source/testing/raptor/webext/raptor/runner.js#314-317

I would suggest that we don't hard-code those threads in the web extension but instead make it configurable for the tests. As such we could also let the Raptor Python code set the "WR,Renderer" thread automatically based on the type of build.

test_settings['raptor-options']['webrender_enabled'] = True

vs.

test_settings['raptor-options']['gecko_profile_threads'].append('WR,Renderer')

Type: defect → task
Version: Version 3 → unspecified
Blocks: 1544463

Note that with this patch I also supply a fix for correctly setting the gecko profiler entries and interval. Right now those always fallback to the default values. Also setting the extra threads for WebRender are wrong.

Blocks: 1545386
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Priority: -- → P1

When the Gecko profiler is enabled the interval and entries as specified
in manifest files aren't correctly set. Instead the default values from
the extension are always used.

Also with WebRender enabled the threads are "WR", and "Renderer", but
not "WR,Renderer".

Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9ff6837b1526
[raptor] Fix Gecko profiler settings. r=rwood
https://hg.mozilla.org/integration/autoland/rev/201fb70499ef
[raptor] Make Gecko profiler threads customizable in the harness. r=rwood
https://hg.mozilla.org/integration/autoland/rev/50b7f764f4af
[raptor] Allow CLI arguments to override Gecko profiler settings from test manifest. r=perftest reviewers,rwood
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: