aboutsummaryrefslogtreecommitdiff
path: root/includes/hardinfo.h
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2018-03-18 23:23:39 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2018-04-24 07:44:12 -0700
commitf4e3b832e11783d88fd4da9446dae3f5b0803acd (patch)
treea7b69b5f9476981f8aa8c5f4f28caa127f1399e9 /includes/hardinfo.h
parentea8ce7dabdf2e3a27e1d6edb84752dff5700a849 (diff)
hardinfo: add cli option to skip benchmarks
If you just need the hardware report, this makes it so much faster. Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes/hardinfo.h')
-rw-r--r--includes/hardinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/hardinfo.h b/includes/hardinfo.h
index 637aa1fd..5aaa3f87 100644
--- a/includes/hardinfo.h
+++ b/includes/hardinfo.h
@@ -50,6 +50,7 @@ struct _ProgramParameters {
gboolean list_modules;
gboolean autoload_deps;
gboolean run_xmlrpc_server;
+ gboolean skip_benchmarks;
gint report_format;