chore: show (first) declaration name with compilation times
This commit is contained in:
parent
389a274d45
commit
227a67cf8b
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ environment compile(environment const & env, options const & opts, names cs) {
|
|||
if (!cinfo.is_definition() && !cinfo.is_opaque()) return env;
|
||||
}
|
||||
|
||||
time_task t("compilation", opts);
|
||||
time_task t("compilation", opts, head(cs));
|
||||
scope_trace_env scope_trace(env, opts);
|
||||
|
||||
comp_decls ds = to_comp_decls(env, cs);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue