Closed Bug 1648169 Opened 4 years ago Closed 4 years ago

Replace Services.profiler.AddMarker with ChromeUtils.addProfilerMarker in Talos

Categories

(Testing :: Talos, task, P1)

task

Tracking

(firefox80 fixed)

RESOLVED FIXED
mozilla80
Tracking Status
firefox80 --- fixed

People

(Reporter: florian, Assigned: florian)

References

Details

Attachments

(1 file)

The old pattern:

    if (Services.profiler) {
      Services.profiler.AddMarker("markerName");
    }

Can be replaced with the new simpler ChromeUtils.addProfilerMarker("markerName");

Pushed by fqueze@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/22d746dc307f
Replace Services.profiler.AddMarker with ChromeUtils.addProfilerMarker in Talos, r=perftest-reviewers,igoldan.
Severity: -- → S3
Priority: -- → P1
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: