Show More
@@ -1124,6 +1124,8 b' def perfdirstate(ui, repo, **opts):' | |||||
1124 |
|
1124 | |||
1125 | @command(b'perfdirstatedirs', formatteropts) |
|
1125 | @command(b'perfdirstatedirs', formatteropts) | |
1126 | def perfdirstatedirs(ui, repo, **opts): |
|
1126 | def perfdirstatedirs(ui, repo, **opts): | |
|
1127 | """benchmap a 'dirstate.hasdir' call from an empty `dirs` cache | |||
|
1128 | """ | |||
1127 | opts = _byteskwargs(opts) |
|
1129 | opts = _byteskwargs(opts) | |
1128 | timer, fm = gettimer(ui, opts) |
|
1130 | timer, fm = gettimer(ui, opts) | |
1129 | b"a" in repo.dirstate |
|
1131 | b"a" in repo.dirstate |
@@ -109,7 +109,7 b' perfstatus' | |||||
109 | perfdirs (no help text available) |
|
109 | perfdirs (no help text available) | |
110 | perfdirstate benchmap the time necessary to load a dirstate from scratch |
|
110 | perfdirstate benchmap the time necessary to load a dirstate from scratch | |
111 | perfdirstatedirs |
|
111 | perfdirstatedirs | |
112 | (no help text available) |
|
112 | benchmap a 'dirstate.hasdir' call from an empty 'dirs' cache | |
113 | perfdirstatefoldmap |
|
113 | perfdirstatefoldmap | |
114 | (no help text available) |
|
114 | (no help text available) | |
115 | perfdirstatewrite |
|
115 | perfdirstatewrite |
General Comments 0
You need to be logged in to leave comments.
Login now