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:
Nicholas Nethercote 2020-05-25 23:50:19 +00:00
Родитель 60ecbac3b2
Коммит 61f2f5aef8
2 изменённых файлов: 2 добавлений и 2 удалений

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.