Changeset f393bc0 in mainline
- Timestamp:
- 2023-12-13T22:54:16Z (13 months ago)
- Branches:
- master, topic/simplify-dev-export
- Children:
- 2b4e02b
- Parents:
- 68655bc2
- Location:
- uspace/app/hbench
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hbench/benchlist.c
r68655bc2 rf393bc0 47 47 &benchmark_ping_pong, 48 48 &benchmark_read1k, 49 &benchmark_write1k 49 &benchmark_taskgetid, 50 &benchmark_write1k, 50 51 }; 51 52 -
uspace/app/hbench/hbench.h
r68655bc2 rf393bc0 140 140 extern benchmark_t benchmark_ping_pong; 141 141 extern benchmark_t benchmark_read1k; 142 extern benchmark_t benchmark_taskgetid; 142 143 extern benchmark_t benchmark_write1k; 143 144 -
uspace/app/hbench/meson.build
r68655bc2 rf393bc0 43 43 'malloc/malloc2.c', 44 44 'synch/fibril_mutex.c', 45 'syscall/taskgetid.c' 45 46 )
Note:
See TracChangeset
for help on using the changeset viewer.