diff options
author | Matt Turner <mattst88@gmail.com> | 2008-11-15 04:45:48 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2008-11-15 04:45:48 +0000 |
commit | 991b62808450c54ac721f345d82426fde3e6289f (patch) | |
tree | 491d537644ed0886d2eedc1dd774280d56f41e5f /sysinfo.c.template | |
parent | 71fc241cfd8e94a20a7bd33369e09bde0424e367 (diff) |
-- Reorder benchmarks to simplify results calculation logic
-- Fix up sysinfo template stuff
-- More cleanbench.c cleanups
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@59 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'sysinfo.c.template')
-rw-r--r-- | sysinfo.c.template | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysinfo.c.template b/sysinfo.c.template index 775b39c..b576f54 100644 --- a/sysinfo.c.template +++ b/sysinfo.c.template @@ -1,5 +1,2 @@ -printf("**System used for compilation:\n"); -printf("**%SYSTEM%\n"); -printf("**C compiler: %CCVERSION%\n"); -printf("**libc: %LIBCVERSION%\n"); -printf("**Date of compilation: %DATE%\n"); +printf("C compiler : %CCVERSION%\n"); +printf("libc : %LIBCVERSION%\n"); |