From 8ea0b224c71e3ebb18b8aa61102c3da79bc668a0 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 14 Nov 2008 22:05:13 +0000 Subject: -- 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 --- nmglobal.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'nmglobal.h') diff --git a/nmglobal.h b/nmglobal.h index 038d8c9..812a3ee 100644 --- a/nmglobal.h +++ b/nmglobal.h @@ -102,7 +102,6 @@ */ typedef struct { int adjust; /* Set adjust code */ - unsigned long request_secs; /* # of seconds requested */ double results; /* # of sort iterations per sec */ unsigned short numarrays; /* # of arrays */ unsigned long arraysize; /* # of elements in array */ @@ -150,7 +149,6 @@ typedef struct { */ typedef struct { int adjust; /* Set adjust code */ - unsigned long request_secs; /* # of seconds requested */ double results; /* # of bitfield ops per sec */ unsigned long bitoparraysize; /* Total # of bitfield ops */ unsigned long bitfieldarraysize; /* Bit field array size */ @@ -184,7 +182,6 @@ typedef struct { */ typedef struct { int adjust; /* Set adjust code */ - unsigned long request_secs; /* # of seconds requested */ unsigned long arraysize; /* Size of array */ unsigned long loops; /* Loops per iterations */ double results; /* Results */ @@ -199,7 +196,6 @@ typedef struct { */ typedef struct { int adjust; /* Set adjust code */ - unsigned long request_secs; /* # of requested seconds */ unsigned long arraysize; /* Size of coeff. arrays */ double results; /* Results */ } FourierStruct; @@ -213,7 +209,6 @@ typedef struct { */ typedef struct { int adjust; /* Set adjust code */ - unsigned long request_secs; /* Requested # of seconds */ unsigned long numarrays; /* # of arrays */ double results; /* Results */ } AssignStruct; @@ -243,7 +238,6 @@ typedef struct { */ typedef struct { int adjust; /* Set adjust code */ - unsigned long request_secs; /* Requested # of seconds */ unsigned long arraysize; /* Size of array */ unsigned long loops; /* # of times to convert */ double results; /* Results */ @@ -281,7 +275,6 @@ typedef struct { typedef struct { int adjust; /* Set adjust code */ - unsigned long request_secs; /* Requested # of seconds */ unsigned long arraysize; /* Size of array */ unsigned long loops; /* # of times to compress/decompress */ double results; /* Results */ @@ -307,7 +300,6 @@ typedef struct { */ typedef struct { int adjust; /* Set adjust code */ - unsigned long request_secs; /* Requested # of seconds */ unsigned long loops; /* # of times to learn */ double results; /* Results */ } NNetStruct; @@ -333,7 +325,6 @@ typedef struct { */ typedef struct { int adjust; /* Set adjust code */ - unsigned long request_secs; /* Requested # of seconds */ unsigned long numarrays; /* # of arrays */ double results; /* Results */ } LUStruct; -- cgit v1.2.3