We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cfc7fe commit c9bd943Copy full SHA for c9bd943
src/librustc_metadata/rmeta/decoder/cstore_impl.rs
@@ -37,7 +37,7 @@ macro_rules! provide {
37
def_id_arg: ty::query::query_keys::$name<$lt>,
38
) -> ty::query::query_values::$name<$lt> {
39
let _prof_timer =
40
- $tcx.prof.generic_activity("metadata_decode_entry");
+ $tcx.prof.generic_activity(concat!("metadata_decode_entry_", stringify!($name)));
41
42
#[allow(unused_variables)]
43
let ($def_id, $other) = def_id_arg.into_args();
0 commit comments