diff options
Diffstat (limited to 'cleanbench.h')
-rw-r--r-- | cleanbench.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cleanbench.h b/cleanbench.h index 3efc5dd..0318fbf 100644 --- a/cleanbench.h +++ b/cleanbench.h @@ -254,19 +254,9 @@ void *global_fstruct[] = /* ** PROTOTYPES */ -static int parse_arg(char *argptr); -static void display_help(char *progname); -static void read_comfile(FILE *cfile); -static int getflag(char *cptr); -static void strtoupper(char *s); static void set_request_secs(void); static int bench_with_confidence(int fid, double *mean, double *stdev, unsigned long *numtries); -/* -static int seek_confidence(double scores[5], - double *newscore, double *c_half_interval, - double *smean,double *sdev); -*/ static int calc_confidence(double scores[], int num_scores, double *c_half_interval,double *smean, |