summaryrefslogtreecommitdiff
path: root/cleanbench.h
diff options
context:
space:
mode:
Diffstat (limited to 'cleanbench.h')
-rw-r--r--cleanbench.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cleanbench.h b/cleanbench.h
index 0318fbf..3f35f8a 100644
--- a/cleanbench.h
+++ b/cleanbench.h
@@ -211,12 +211,8 @@ char buffer[BUF_SIZ];
*/
unsigned long global_min_ticks; /* Minimum ticks */
unsigned long global_min_seconds; /* Minimum seconds tests run */
-int global_allstats; /* Statistics dump flag */
char global_ofile_name[BUF_SIZ];/* Output file name */
FILE *global_ofile; /* Output file */
-int global_custrun; /* Custom run flag */
-int write_to_file; /* Write output to file */
-int global_align; /* Memory alignment */
/*
** Following are global structures, one built for
@@ -262,7 +258,6 @@ static int calc_confidence(double scores[],
double *c_half_interval,double *smean,
double *sdev);
static double getscore(int fid);
-static void show_stats(int bid);
/*
** EXTERNAL PROTOTYPES