##// END OF EJS Templates
perf: add a docstring to `perfpathcopies`...
Boris Feld -
r40770:dc3ab5e5 default
parent child Browse files
Show More
@@ -836,6 +836,7 b' def perfmergecalculate(ui, repo, rev, **'
836
836
837 @command(b'perfpathcopies', [], b"REV REV")
837 @command(b'perfpathcopies', [], b"REV REV")
838 def perfpathcopies(ui, repo, rev1, rev2, **opts):
838 def perfpathcopies(ui, repo, rev1, rev2, **opts):
839 """benchmark the copy tracing logic"""
839 opts = _byteskwargs(opts)
840 opts = _byteskwargs(opts)
840 timer, fm = gettimer(ui, opts)
841 timer, fm = gettimer(ui, opts)
841 ctx1 = scmutil.revsingle(repo, rev1, rev1)
842 ctx1 = scmutil.revsingle(repo, rev1, rev1)
@@ -104,7 +104,7 b' perfstatus'
104 (no help text available)
104 (no help text available)
105 perfparents (no help text available)
105 perfparents (no help text available)
106 perfpathcopies
106 perfpathcopies
107 (no help text available)
107 benchmark the copy tracing logic
108 perfphases benchmark phasesets computation
108 perfphases benchmark phasesets computation
109 perfphasesremote
109 perfphasesremote
110 benchmark time needed to analyse phases of the remote server
110 benchmark time needed to analyse phases of the remote server
General Comments 0
You need to be logged in to leave comments. Login now