contrib/perf.py
Mon, 13 Mar 2017 12:40:14 -0700 Gregory Szorc py3: add __bool__ to every class defining __nonzero__
Mon, 13 Mar 2017 18:16:42 -0700 Gregory Szorc perf: perform a garbage collection before each iteration
Wed, 15 Feb 2017 13:07:26 -0800 Simon Farnsworth contrib: add a write microbenchmark to perf.py
Wed, 15 Feb 2017 13:17:39 -0800 Simon Farnsworth mercurial: switch to util.timer for all interval timings
Sat, 04 Feb 2017 08:47:46 -0800 Gregory Szorc perf: split obtaining chunks from decompression
Mon, 02 Jan 2017 12:02:08 -0800 Gregory Szorc perf: support multiple compression engines in perfrevlogchunks
Mon, 02 Jan 2017 13:00:16 -0800 Gregory Szorc revlog: move decompress() from module to revlog class (API)
Tue, 13 Dec 2016 14:21:36 +0000 Remi Chaintron revlog: merge hash checking subfunctions
Thu, 17 Nov 2016 20:17:51 -0800 Gregory Szorc perf: add command for measuring revlog chunk operations
Thu, 17 Nov 2016 08:52:52 -0800 Gregory Szorc perf: unbust perfbdiff --alldata
Tue, 15 Nov 2016 16:10:57 +0100 Philippe Pepiot perf: omit copying ui and redirect to ferr if buffer API is in use
Thu, 10 Nov 2016 02:13:19 -0800 Durham Goode manifest: move clearcaches to manifestlog
Thu, 10 Nov 2016 02:13:19 -0800 Durham Goode manifest: remove usages of manifest.read
Sun, 06 Nov 2016 10:46:55 -0800 Gregory Szorc perf: support measuring bdiff for all changeset related data
Sun, 06 Nov 2016 11:01:25 -0800 Gregory Szorc perf: support bdiffing multiple revisions in a single revlog
Sun, 06 Nov 2016 09:51:14 -0800 Gregory Szorc perf: prepare to handle multiple pairs in perfbdiff
Sat, 05 Nov 2016 23:41:52 -0700 Gregory Szorc perf: add perfbdiff
Tue, 18 Oct 2016 17:33:39 -0700 Durham Goode manifest: make manifestlog a storecache stable
Sun, 09 Oct 2016 01:03:20 +0900 FUJIWARA Katsunori perf: make perftags clear tags cache correctly
Sun, 09 Oct 2016 01:03:19 +0900 FUJIWARA Katsunori perf: replace ui.configint() by getint() for Mercurial earlier than 1.9
Sun, 09 Oct 2016 01:03:19 +0900 FUJIWARA Katsunori perf: omit copying from ui.ferr to ui.fout for Mercurial earlier than 1.9
Sun, 09 Oct 2016 01:03:18 +0900 FUJIWARA Katsunori perf: define formatter locally for Mercurial earlier than 2.2
Sun, 09 Oct 2016 01:03:18 +0900 FUJIWARA Katsunori perf: add functions to get vfs-like object for Mercurial earlier than 2.3
Sun, 09 Oct 2016 01:03:17 +0900 FUJIWARA Katsunori perf: avoid actual writing branch cache out correctly
Sun, 09 Oct 2016 01:03:17 +0900 FUJIWARA Katsunori perf: get subsettable from appropriate module for Mercurial earlier than 2.9
Sun, 09 Oct 2016 01:03:16 +0900 FUJIWARA Katsunori perf: introduce safeattrsetter to replace direct attribute assignment
Thu, 11 Aug 2016 14:51:19 +0200 Pierre-Yves David perf: release lock after transaction in perffncachewrite
Sat, 24 Sep 2016 12:22:30 -0700 Gregory Szorc perf: add perfchangegroupchangelog command
Sat, 24 Sep 2016 10:44:37 -0700 Gregory Szorc perf: add --reverse to perfrevlog
Fri, 20 May 2016 09:47:35 +0900 FUJIWARA Katsunori perf: import newer modules separately for earlier Mercurial
Tue, 05 Jul 2016 07:25:51 +0900 FUJIWARA Katsunori perf: define command annotation locally for Mercurial earlier than 3.1
Tue, 05 Jul 2016 07:25:51 +0900 FUJIWARA Katsunori perf: avoid using formatteropts for Mercurial earlier than 3.2
Tue, 05 Jul 2016 07:25:51 +0900 FUJIWARA Katsunori perf: use locally defined revlog option list for Mercurial earlier than 3.7
Tue, 05 Jul 2016 07:25:51 +0900 FUJIWARA Katsunori perf: define util.safehasattr forcibly for Mercurial earlier than 1.9.3
Tue, 05 Jul 2016 07:25:51 +0900 FUJIWARA Katsunori perf: add historical portability policy for future reference
Wed, 16 Mar 2016 04:12:16 +0530 Pulkit Goyal contrib: make perf.py use absolute_import
Tue, 05 Jan 2016 19:51:51 -0800 Gregory Szorc revlog: return offset from _chunkraw()
Sun, 27 Dec 2015 23:55:54 +0900 Bryan O'Sullivan perf: close transaction in perffncachewrite
Sun, 20 Dec 2015 19:56:23 -0800 Gregory Szorc perf: make start revision configurable for perfrevlog
Sun, 20 Dec 2015 19:45:55 -0800 Gregory Szorc perf: use standard arguments for perfrevlog
Mon, 21 Dec 2015 14:52:18 -0600 Matt Mackall cleanup: back out performance hacks amended into previous commit
Fri, 18 Dec 2015 06:33:48 +0000 timeless commands: consistently indent notes 3 spaces
Sun, 20 Dec 2015 18:38:21 -0800 Gregory Szorc perf: add perfrevlogrevision
Sun, 20 Dec 2015 17:57:44 -0800 Gregory Szorc perf: call clearcaches() in perfmanifest
Sun, 13 Dec 2015 18:13:44 -0500 Matt Harbison perf: adjust perfstartup() for Windows
Mon, 14 Dec 2015 20:37:41 -0500 Augie Fackler merge: restate calculateupdates in terms of a matcher
Fri, 04 Dec 2015 19:05:56 +0000 timeless perf: perfrevlog optimize for perf.stub
Fri, 04 Dec 2015 19:05:32 +0000 timeless perf: add getlen
Fri, 04 Dec 2015 18:08:50 +0000 timeless perf: add optional rev for perflog and perftemplating
Fri, 04 Dec 2015 18:18:07 +0000 timeless perf: perfparents honor config perf.parentscount
Fri, 04 Dec 2015 17:41:30 +0000 timeless perf: offer perf.stub to only run one loop
Fri, 04 Dec 2015 17:41:02 +0000 timeless perf: improve grammar of gettimer comment
Sun, 06 Dec 2015 17:07:50 -0800 Gregory Szorc perf: add perflrucachedict command
Tue, 24 Nov 2015 21:36:20 +0000 timeless contrib/perf: perfparents handle filtered repos
Tue, 24 Nov 2015 20:54:14 +0000 timeless contrib/perf: perfparents handle tiny repos
Tue, 24 Nov 2015 21:44:16 +0000 timeless contrib/perf: fix perfmergecalculate
Tue, 24 Nov 2015 22:01:11 +0000 timeless contrib/perf: fix perffncachewrite
Tue, 24 Nov 2015 20:05:15 +0000 timeless contrib/perf: omit duplicated function
Tue, 24 Nov 2015 20:08:21 +0000 timeless contrib/perf: name functions to match decorators
Sat, 21 Nov 2015 15:39:18 -0800 Gregory Szorc perf: support obtaining contexts from perfrevset
less more (0) -100 -60 tip