mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
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:
parent
60ecbac3b2
commit
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user