ladybird/Userland/Shell
Tobias Christiansen 32b4470ea3 Shell: Use new Statistics tool in 'time -n' command
The new Statistics utility is now used when calling 'time -n' to get
some more information of the timings. For now only the standard
deviation is given in addition to the average.

This commit completely undos #9645 because everything that touched moved
into AK::Statistics.
2021-08-31 16:38:22 +02:00
..
Tests Tests: Run each test in their respective directories 2021-06-22 18:54:40 +04:30
AST.cpp Shell: Don't do null check on NonnullRefPtr<T> 2021-06-29 22:57:52 +04:30
AST.h Shell: Improve the parsing of history event designators 2021-08-02 02:58:55 +04:30
Builtin.cpp Shell: Use new Statistics tool in 'time -n' command 2021-08-31 16:38:22 +02:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Execution.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Formatter.cpp Shell: Convert StringBuilder::appendf() => AK::Format 2021-05-07 21:12:09 +02:00
Formatter.h Shell: Implement formatting for Heredocs 2021-04-29 20:25:56 +02:00
Forward.h Shell: Add support for heredocs 2021-04-29 20:25:56 +02:00
ImmediateFunctions.cpp AK: Rename Vector::append(Vector) => Vector::extend(Vector) 2021-06-12 13:24:45 +02:00
Job.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
Job.h Shell: Hide job times behind SHELL_JOB_DEBUG flag 2021-05-21 12:05:34 +04:30
main.cpp Shell: Remove dbgln related to process group IDs 2021-08-12 22:42:50 +02:00
NodeVisitor.cpp Shell: Add support for heredocs 2021-04-29 20:25:56 +02:00
NodeVisitor.h Shell: Add support for heredocs 2021-04-29 20:25:56 +02:00
Parser.cpp AK: Move FormatParser definition from header to implementation file 2021-08-19 23:49:25 +02:00
Parser.h Shell: Make caller specify the string parsing end condition 2021-08-13 01:20:35 +04:30
Shell.cpp AK: Move FormatParser definition from header to implementation file 2021-08-19 23:49:25 +02:00
Shell.h Shell: Add unalias builtin 2021-07-13 11:57:11 +04:30
SyntaxHighlighter.cpp LibWeb+LibSyntax: Implement nested syntax highlighters 2021-06-07 14:45:49 +04:30
SyntaxHighlighter.h LibWeb+LibSyntax: Implement nested syntax highlighters 2021-06-07 14:45:49 +04:30