From 45bf74abab1b665143acbcd3d44e05793dd1b32d Mon Sep 17 00:00:00 2001 From: Burt P Date: Mon, 18 Dec 2017 21:38:10 -0600 Subject: Add cli param to format result for -b For running benchmarks from the command line, add a new param to specify the output format: -g "conf" gives a line suitable for benchmark.conf -g "shell" gives the complete "moreinfo" shell data -g "short" (or nothing) gives the bench_value string as before Signed-off-by: Burt P --- includes/hardinfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/hardinfo.h b/includes/hardinfo.h index f42f1e6c..637aa1fd 100644 --- a/includes/hardinfo.h +++ b/includes/hardinfo.h @@ -55,6 +55,7 @@ struct _ProgramParameters { gchar **use_modules; gchar *run_benchmark; + gchar *result_format; gchar *path_lib; gchar *path_data; gchar *argv0; -- cgit v1.2.3