Changeset a787081 in mainline for uspace/app/hbench/fs
- Timestamp:
- 2019-01-06T22:33:17Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ebb0835
- Parents:
- 77b01fe
- Location:
- uspace/app/hbench/fs
- Files:
-
- 2 edited
-
dirread.c (modified) (1 diff)
-
fileread.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hbench/fs/dirread.c
r77b01fe ra787081 69 69 } 70 70 71 benchmark_t bench _dir_read = {71 benchmark_t benchmark_dir_read = { 72 72 .name = "dir_read", 73 73 .desc = "Read contents of a directory (use 'dirname' param to alter the default).", -
uspace/app/hbench/fs/fileread.c
r77b01fe ra787081 95 95 } 96 96 97 benchmark_t bench _file_read = {97 benchmark_t benchmark_file_read = { 98 98 .name = "file_read", 99 99 .desc = "Sequentially read contents of a file (use 'filename' param to alter the default).",
Note:
See TracChangeset
for help on using the changeset viewer.
