Bug 1687687 - Using the profiler for Talos tests should enable the CPU Utilization feature, r=perftest-reviewers,Bebe

Differential Revision: https://phabricator.services.mozilla.com/D102450
This commit is contained in:
Florian Quèze 2021-01-21 12:58:33 +00:00
Родитель 7f474f9d91
Коммит 87d8f32132
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -95,7 +95,7 @@ var Profiler;
_profiler.StartProfiler(
profiler_entries,
profiler_interval,
["js", "leaf", "stackwalk", "threads"],
["js", "leaf", "stackwalk", "threads", "cpu"],
profiler_threadsArray
);
_profiler.PauseSampling();

Просмотреть файл

@ -122,7 +122,7 @@ TalosPowersService.prototype = {
Services.profiler.StartProfiler(
data.entries,
data.interval,
["js", "leaf", "stackwalk", "threads"],
["js", "leaf", "stackwalk", "threads", "cpu"],
data.threadsArray
);

Просмотреть файл

@ -94,7 +94,7 @@ var Profiler;
_profiler.StartProfiler(
profiler_entries,
profiler_interval,
["js", "leaf", "stackwalk", "threads"],
["js", "leaf", "stackwalk", "threads", "cpu"],
profiler_threadsArray
);
_profiler.PauseSampling();

Просмотреть файл

@ -94,7 +94,7 @@ var Profiler;
_profiler.StartProfiler(
profiler_entries,
profiler_interval,
["js", "leaf", "stackwalk", "threads"],
["js", "leaf", "stackwalk", "threads", "cpu"],
profiler_threadsArray
);
_profiler.PauseSampling();