summaryrefslogtreecommitdiff
path: root/cleanbench.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-14 22:05:13 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-14 22:05:13 +0000
commit8ea0b224c71e3ebb18b8aa61102c3da79bc668a0 (patch)
tree813c913fc87aacc08fd6c5d6c42767707633711e /cleanbench.h
parent0c8398d4b960967e65418885708a096eb489a8e8 (diff)
-- Remove useless request_secs from structs
-- Replace useless global variables global_min_ticks and global_seconds with MINIMUM_TICKS and MINIMUM_SECONDS respectively git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@41 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'cleanbench.h')
-rw-r--r--cleanbench.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cleanbench.h b/cleanbench.h
index 842b0da..040e733 100644
--- a/cleanbench.h
+++ b/cleanbench.h
@@ -207,13 +207,6 @@ char *paramnames[]= {
char buffer[BUF_SIZ];
/*
-** Global parameters.
-*/
-unsigned long global_min_ticks; /* Minimum ticks */
-unsigned long global_min_seconds; /* Minimum seconds tests run */
-char global_ofile_name[BUF_SIZ];/* Output file name */
-
-/*
** Following are global structures, one built for
** each of the tests.
*/
@@ -249,7 +242,6 @@ void *global_fstruct[] =
/*
** PROTOTYPES
*/
-static void set_request_secs(void);
static int bench_with_confidence(int fid,
double *mean, double *stdev, unsigned long *numtries);
static int calc_confidence(double scores[],