index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
disk_benchmark.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling
2020-08-12
Userland: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-08
disk_benchmark: Unbreak this utility now that read() of O_WRONLY fails
Andreas Kling
2019-11-05
disk_benchmark: Add a -c flag to enable use of disk caches
Andreas Kling
2019-11-02
disk_benchmark: Use 64-bit values for bytes-per-second values
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-09-28
Userland: Add disk_benchmark program to test read/write speeds
Conrad Pankoff