Show More
@@ -1163,6 +1163,10 def perfdirstatefoldmap(ui, repo, **opts | |||
|
1163 | 1163 | |
|
1164 | 1164 | @command(b'perfdirfoldmap', formatteropts) |
|
1165 | 1165 | def perfdirfoldmap(ui, repo, **opts): |
|
1166 | """benchmap a `dirstate._map.dirfoldmap.get()` request | |
|
1167 | ||
|
1168 | The dirstate dirfoldmap cache is dropped between every request. | |
|
1169 | """ | |
|
1166 | 1170 | opts = _byteskwargs(opts) |
|
1167 | 1171 | timer, fm = gettimer(ui, opts) |
|
1168 | 1172 | dirstate = repo.dirstate |
@@ -105,7 +105,7 perfstatus | |||
|
105 | 105 | perfctxfiles (no help text available) |
|
106 | 106 | perfdiffwd Profile diff of working directory changes |
|
107 | 107 | perfdirfoldmap |
|
108 | (no help text available) | |
|
108 | benchmap a 'dirstate._map.dirfoldmap.get()' request | |
|
109 | 109 | perfdirs (no help text available) |
|
110 | 110 | perfdirstate benchmap the time necessary to load a dirstate from scratch |
|
111 | 111 | perfdirstatedirs |
General Comments 0
You need to be logged in to leave comments.
Login now