##// END OF EJS Templates
perf: document perfheads
Boris Feld -
r41479:48394923 default
parent child Browse files
Show More
@@ -535,6 +535,7 b' def clearcaches(cl):'
535
535
536 @command(b'perfheads', formatteropts)
536 @command(b'perfheads', formatteropts)
537 def perfheads(ui, repo, **opts):
537 def perfheads(ui, repo, **opts):
538 """benchmark the computation of a changelog heads"""
538 opts = _byteskwargs(opts)
539 opts = _byteskwargs(opts)
539 timer, fm = gettimer(ui, opts)
540 timer, fm = gettimer(ui, opts)
540 cl = repo.changelog
541 cl = repo.changelog
@@ -88,7 +88,7 b' perfstatus'
88 (no help text available)
88 (no help text available)
89 perffncachewrite
89 perffncachewrite
90 (no help text available)
90 (no help text available)
91 perfheads (no help text available)
91 perfheads benchmark the computation of a changelog heads
92 perfhelper-pathcopies
92 perfhelper-pathcopies
93 find statistic about potential parameters for the
93 find statistic about potential parameters for the
94 'perftracecopies'
94 'perftracecopies'
General Comments 0
You need to be logged in to leave comments. Login now