summaryrefslogtreecommitdiff
path: root/nmglobal.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 /nmglobal.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 'nmglobal.h')
-rw-r--r--nmglobal.h9
1 files changed, 0 insertions, 9 deletions
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;