1
Fork 0

Profile incremental hashing

This commit is contained in:
Ryan Levick 2021-06-25 13:17:52 +02:00
parent c5e344f774
commit 6e33dce9c2
3 changed files with 70 additions and 15 deletions

View file

@ -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],