mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
profile type inference
This commit is contained in:
parent
0f3e85002b
commit
f63be06002
4 changed files with 6 additions and 3 deletions
|
@ -198,6 +198,7 @@ fn print(lvl: usize, msgs: &[Message], out: &mut impl Write) {
|
|||
if l != lvl {
|
||||
continue;
|
||||
}
|
||||
|
||||
writeln!(out, "{} {:6}ms - {}", indent, dur.as_millis(), msg)
|
||||
.expect("printing profiling info to stdout");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue