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


Ignore:
Timestamp:
2019-01-09T08:27:21Z (7 years ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5fbc1f9
Parents:
ebb0835
Message:

hbench: add fibril_mutex benchmark

Not very sophisticated but not completely unreasonable.

File:
1 edited

Legend:

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

    rebb0835 rc2db02a  
    9191/* Put your benchmark descriptors here (and also to benchlist.c). */
    9292extern benchmark_t benchmark_dir_read;
     93extern benchmark_t benchmark_fibril_mutex;
    9394extern benchmark_t benchmark_file_read;
    9495extern benchmark_t benchmark_malloc1;
Note: See TracChangeset for help on using the changeset viewer.