mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-20 07:51:14 -03:00
Indicate the units of the durations (microseconds). Right-align the durations for better readability. Use `format!` instead of `fprintf` for more flexible formatting. Write to `File` instead of raw fd. Closes #11396