зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
7f474f9d91
Коммит
87d8f32132
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче