contrib/perf.py
changeset 51435 d1fb42a71676
parent 51434 827b89714a8d
parent 51173 46fed351e451
child 51515 3aba79ce52a9
equal deleted inserted replaced
51434:827b89714a8d 51435:d1fb42a71676
  1708 
  1708 
  1709 @command(
  1709 @command(
  1710     b'perf::phases|perfphases',
  1710     b'perf::phases|perfphases',
  1711     [
  1711     [
  1712         (b'', b'full', False, b'include file reading time too'),
  1712         (b'', b'full', False, b'include file reading time too'),
  1713     ],
  1713     ]
       
  1714     + formatteropts,
  1714     b"",
  1715     b"",
  1715 )
  1716 )
  1716 def perfphases(ui, repo, **opts):
  1717 def perfphases(ui, repo, **opts):
  1717     """benchmark phasesets computation"""
  1718     """benchmark phasesets computation"""
  1718     opts = _byteskwargs(opts)
  1719     opts = _byteskwargs(opts)