[self-profling] Record the cgu name when doing codegen for a module
This commit is contained in:
parent
0862458dad
commit
8ac1699ea1
@ -100,7 +100,7 @@ pub fn compile_codegen_unit(
|
|||||||
tcx: TyCtxt<'tcx>,
|
tcx: TyCtxt<'tcx>,
|
||||||
cgu_name: Symbol,
|
cgu_name: Symbol,
|
||||||
) -> (ModuleCodegen<ModuleLlvm>, u64) {
|
) -> (ModuleCodegen<ModuleLlvm>, u64) {
|
||||||
let prof_timer = tcx.prof.generic_activity("codegen_module");
|
let prof_timer = tcx.prof.generic_activity_with_arg("codegen_module", cgu_name.to_string());
|
||||||
let start_time = Instant::now();
|
let start_time = Instant::now();
|
||||||
|
|
||||||
let dep_node = tcx.codegen_unit(cgu_name).codegen_dep_node(tcx);
|
let dep_node = tcx.codegen_unit(cgu_name).codegen_dep_node(tcx);
|
||||||
|
Loading…
Reference in New Issue
Block a user