mercurial/templates/static/coal-folder.png
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 10 Dec 2018 20:01:07 +0000
changeset 40925 008f3491dc53
parent 9999 f91e5630ce7e
permissions -rw-r--r--
perf: add perfprogress command I've noticed that progress bars can add significant overhead to tight loops. Let's add a perf command that attempts to isolate that overhead. With a default hgrc, iteration over 1M items appears to take ~3.75s on my machine. Profiling reveals ~28% of time is spent in ui.configbool() resolving the value of the progress.debug config option. Even if I set progress.disable=true, execution still takes ~2.60s, with ~59% of the time spent in ui.configbool(). Differential Revision: https://phab.mercurial-scm.org/D5407
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9999
f91e5630ce7e setup: install translation files as package data
Dan Villiom Podlaski Christiansen <danchr@gmail.com>
parents: 6464
diff changeset
     1
(binary:image/png)