Changeset bdd9e92 in mainline for uspace/app/hbench/hbench.h


Ignore:
Timestamp:
2024-04-30T13:08:15Z (9 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
7ae01d5
Parents:
522eecf
git-author:
Jiri Svoboda <jiri@…> (2024-04-29 17:08:02)
git-committer:
Jiri Svoboda <jiri@…> (2024-04-30 13:08:15)
Message:

Add random and sequential disk read benchmark

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hbench/hbench.h

    r522eecf rbdd9e92  
    11/*
    2  * Copyright (c) 2023 Jiri Svoboda
     2 * Copyright (c) 2024 Jiri Svoboda
    33 * Copyright (c) 2019 Vojtech Horky
    44 * All rights reserved.
     
    135135extern benchmark_t benchmark_fibril_mutex;
    136136extern benchmark_t benchmark_file_read;
     137extern benchmark_t benchmark_rand_read;
     138extern benchmark_t benchmark_seq_read;
    137139extern benchmark_t benchmark_malloc1;
    138140extern benchmark_t benchmark_malloc2;
Note: See TracChangeset for help on using the changeset viewer.