Skip to content

Commit a205172

Browse files
add option to ddsperf to read parameters from a file in json format
Signed-off-by: Marcel Jordense <[email protected]>
1 parent 49f87b5 commit a205172

File tree

6 files changed

+2197
-664
lines changed

6 files changed

+2197
-664
lines changed

src/tools/ddsperf/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ if (BUILD_DDSPERF)
1818
ddsperf.c
1919
cputime.c cputime.h
2020
netload.c netload.h
21+
jparser.c jparser.h
22+
parameters.c parameters.h
2123
async_listener.c async_listener.h)
2224
target_link_libraries(ddsperf ddsperf_types ddsc compat)
2325

0 commit comments

Comments
 (0)