##// END OF EJS Templates
perf: document `perfdirstate`
marmoute -
r43391:ce315b1f default
parent child Browse files
Show More
@@ -1103,6 +1103,11 def perfdirs(ui, repo, **opts):
1103 1103
1104 1104 @command(b'perfdirstate', formatteropts)
1105 1105 def perfdirstate(ui, repo, **opts):
1106 """benchmap the time necessary to load a dirstate from scratch
1107
1108 The dirstate is loaded to the point were a "contains" request can be
1109 answered.
1110 """
1106 1111 opts = _byteskwargs(opts)
1107 1112 timer, fm = gettimer(ui, opts)
1108 1113 b"a" in repo.dirstate
@@ -107,7 +107,7 perfstatus
107 107 perfdirfoldmap
108 108 (no help text available)
109 109 perfdirs (no help text available)
110 perfdirstate (no help text available)
110 perfdirstate benchmap the time necessary to load a dirstate from scratch
111 111 perfdirstatedirs
112 112 (no help text available)
113 113 perfdirstatefoldmap
General Comments 0
You need to be logged in to leave comments. Login now