mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
LibShell/Builtin: Add a blank line before the timing report
This commit is contained in:
parent
7d1d5450a4
commit
b9e387ed6d
1 changed files with 2 additions and 0 deletions
|
@ -1126,6 +1126,8 @@ ErrorOr<int> Shell::builtin_time(Main::Arguments arguments)
|
|||
iteration_times.add(static_cast<float>(timer.elapsed()));
|
||||
}
|
||||
|
||||
warnln();
|
||||
|
||||
if (number_of_iterations == 1) {
|
||||
warnln("Time: {} ms", iteration_times.values().first());
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue