Profile incremental hashing
This commit is contained in:
parent
c5e344f774
commit
6e33dce9c2
3 changed files with 70 additions and 15 deletions
|
@ -1249,7 +1249,7 @@ options! {
|
|||
"specify the events recorded by the self profiler;
|
||||
for example: `-Z self-profile-events=default,query-keys`
|
||||
all options: none, all, default, generic-activity, query-provider, query-cache-hit
|
||||
query-blocked, incr-cache-load, query-keys, function-args, args, llvm"),
|
||||
query-blocked, incr-cache-load, incr-result-hashing, query-keys, function-args, args, llvm"),
|
||||
share_generics: Option<bool> = (None, parse_opt_bool, [TRACKED],
|
||||
"make the current crate share its generic instantiations"),
|
||||
show_span: Option<String> = (None, parse_opt_string, [TRACKED],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue