Skip to content

Commit 570fdf2

Browse files
bors[bot]matklad
andauthored
Merge #5584
5584: Rename metric r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
2 parents dc49f88 + 5cb3d52 commit 570fdf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/cli/analysis_stats.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ pub fn analysis_stats(
295295
eprintln!("Total: {}", total_span);
296296
report_metric("total time", total_span.time.as_millis() as u64, "ms");
297297
if let Some(instructions) = total_span.instructions {
298-
report_metric("total time", instructions, "#instr");
298+
report_metric("total instructions", instructions, "#instr");
299299
}
300300
if let Some(memory) = total_span.memory {
301301
report_metric("total memory", memory.allocated.megabytes() as u64, "MB");

0 commit comments

Comments
 (0)