diff options
author | Andras HORVATH <andras.horvath@gmail.com> | 2014-02-17 22:14:12 +0100 |
---|---|---|
committer | Andras HORVATH <andras.horvath@gmail.com> | 2014-02-17 22:14:12 +0100 |
commit | 4b98b5581cecd79446f65748fb7a8ed686f47c9f (patch) | |
tree | d95d34cbaf61cd441cce1e40d497411b61ad2f2f /mbw.c | |
parent | 6346daa765f85d47caa39685fb452701d82446d5 (diff) |
Add version number. v1.4
Diffstat (limited to 'mbw.c')
-rw-r--r-- | mbw.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,6 +28,9 @@ #define TEST_DUMB 1 #define TEST_MCBLOCK 2 +/* version number */ +#define VERSION "1.4" + /* * MBW memory bandwidth benchmark * @@ -51,6 +54,7 @@ void usage() { + printf("mbw memory benchmark v%s, https://github.com/raas/mbw\n", VERSION); printf("Usage: mbw [options] array_size_in_MiB\n"); printf("Options:\n"); printf(" -n: number of runs per test\n"); |