summaryrefslogtreecommitdiff
path: root/Userland/Utilities/disk_benchmark.cpp
AgeCommit message (Expand)Author
2022-07-09LibCore+Userland: Use StringViews when calling Core::System::openkleines Filmröllchen
2022-06-30Everywhere: Use my fairly new and shiny serenityos.org email :^)Kenneth Myhra
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-27disk_benchmark: TRY more stuff :^)Kenneth Myhra
2022-03-27disk_benchmark: Core::ArgsParser to parse argumentsKenneth Myhra
2022-03-22disk_benchmark: Port to LibMainNicholas Cellino
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-04Userland: Resolve unused-but-set-varaible warningsAndrew Kaster
2021-09-12Utilities: Use ElapsedTimer::start_new() in disk_bechmarkBrian Gianforcaro
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-26disk_benchmark: Modernize this code a little bitAndreas Kling
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling