|
Groonga 3.0.9 Source Code Document
|
Data Fields | |
| char | jobname [BUF_LEN] |
| char | commandfile [BUF_LEN] |
| int | qnum |
| int | jobtype |
| int | concurrency |
| int | ntimes |
| int | done |
| long long int | max |
| long long int | min |
| FILE * | outputlog |
| FILE * | inputlog |
| char | logfile [BUF_LEN] |
Definition at line 138 of file groonga_benchmark.c.
| char commandfile[BUF_LEN] |
Definition at line 140 of file groonga_benchmark.c.
| int concurrency |
Definition at line 143 of file groonga_benchmark.c.
| int done |
Definition at line 145 of file groonga_benchmark.c.
| FILE* inputlog |
Definition at line 149 of file groonga_benchmark.c.
| char jobname[BUF_LEN] |
Definition at line 139 of file groonga_benchmark.c.
| int jobtype |
Definition at line 142 of file groonga_benchmark.c.
| char logfile[BUF_LEN] |
Definition at line 150 of file groonga_benchmark.c.
| long long int max |
Definition at line 146 of file groonga_benchmark.c.
| long long int min |
Definition at line 147 of file groonga_benchmark.c.
| int ntimes |
Definition at line 144 of file groonga_benchmark.c.
| FILE* outputlog |
Definition at line 148 of file groonga_benchmark.c.
| int qnum |
Definition at line 141 of file groonga_benchmark.c.
1.8.1.2