Changeset 13b1b48 in mainline
- Timestamp:
- 2019-01-04T15:46:42Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1bad5fd
- Parents:
- f85546d
- git-author:
- Vojtech Horky <vojtech.horky@…> (2019-01-04 15:02:37)
- git-committer:
- Vojtech Horky <vojtech.horky@…> (2019-01-04 15:46:42)
- Location:
- uspace/app/perf
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/perf/Makefile
rf85546d r13b1b48 38 38 params.c \ 39 39 perf.c \ 40 fs/dirread.c \ 41 fs/fileread.c \ 40 42 ipc/ns_ping.c \ 41 43 ipc/ping_pong.c \ -
uspace/app/perf/benchlist.c
rf85546d r13b1b48 39 39 40 40 benchmark_t *benchmarks[] = { 41 &bench_dir_read, 42 &bench_file_read, 41 43 &bench_malloc1, 42 44 &bench_malloc2, -
uspace/app/perf/benchlist.h
rf85546d r13b1b48 39 39 #include "perf.h" 40 40 41 extern benchmark_t bench_dir_read; 42 extern benchmark_t bench_file_read; 41 43 extern benchmark_t bench_malloc1; 42 44 extern benchmark_t bench_malloc2;
Note:
See TracChangeset
for help on using the changeset viewer.