зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1638976 - Convert 'mach power' to run with Python 3. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D76273
This commit is contained in:
Родитель
60ecbac3b2
Коммит
61f2f5aef8
1
mach
1
mach
|
@ -35,7 +35,6 @@ py2commands="
|
|||
mochitest
|
||||
mozharness
|
||||
pastebin
|
||||
power
|
||||
prettier-format
|
||||
puppeteer-test
|
||||
python
|
||||
|
|
|
@ -65,7 +65,8 @@ class MachCommands(MachCommandBase):
|
|||
'--show-process-coalition',
|
||||
'--show-process-gpu',
|
||||
'-n', '1',
|
||||
'-i', interval])
|
||||
'-i', interval],
|
||||
universal_newlines=True)
|
||||
|
||||
# When run with --show-process-coalition, |powermetrics| groups outputs
|
||||
# into process coalitions, each of which has a leader.
|
||||
|
|
Загрузка…
Ссылка в новой задаче