Changeset 381c426 in mainline for uspace/app/hbench/benchlist.c
- Timestamp:
- 2023-12-13T11:45:58Z (18 months ago)
- Branches:
- master, topic/simplify-dev-export
- Children:
- 68655bc2
- Parents:
- d53a5ab0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hbench/benchlist.c
rd53a5ab0 r381c426 1 1 /* 2 * Copyright (c) 20 18Jiri Svoboda2 * Copyright (c) 2023 Jiri Svoboda 3 3 * Copyright (c) 2018 Vojtech Horky 4 4 * All rights reserved. … … 45 45 &benchmark_malloc2, 46 46 &benchmark_ns_ping, 47 &benchmark_ping_pong 47 &benchmark_ping_pong, 48 &benchmark_read1k, 49 &benchmark_write1k 48 50 }; 49 51
Note:
See TracChangeset
for help on using the changeset viewer.