diff options
| author | Ryan Levick <me@ryanlevick.com> | 2021-06-25 13:17:52 +0200 |
|---|---|---|
| committer | Ryan Levick <me@ryanlevick.com> | 2021-07-07 10:43:30 +0200 |
| commit | 6e33dce9c2d549f0c32f7940ffccd0f0de8af74e (patch) | |
| tree | 9a72ba9d8e4e317b71e409554ad8718848eca835 /compiler/rustc_session | |
| parent | c5e344f7747dbd7e7d4b209e3c480deb5979a56f (diff) | |
| download | rust-6e33dce9c2d549f0c32f7940ffccd0f0de8af74e.tar.gz rust-6e33dce9c2d549f0c32f7940ffccd0f0de8af74e.zip | |
Profile incremental hashing
Diffstat (limited to 'compiler/rustc_session')
| -rw-r--r-- | compiler/rustc_session/src/options.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_session/src/options.rs b/compiler/rustc_session/src/options.rs index 4c40d0c367e..a95b7ff96ee 100644 --- a/compiler/rustc_session/src/options.rs +++ b/compiler/rustc_session/src/options.rs @@ -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], |
