Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Data Structures | |
struct | _BenchmarkData |
struct | _grn_table_factory |
Macros | |
#define | DEFAULT_FLAGS (GRN_OBJ_PERSISTENT | GRN_OBJ_TABLE_PAT_KEY) |
#define | DEFAULT_VALUE_SIZE (1024) |
#define | VALUE_TYPE_NAME "<value_type>" |
Typedefs | |
typedef struct _BenchmarkData | BenchmarkData |
typedef struct _grn_table_factory | grn_table_factory |
Functions | |
int | main (int argc, gchar **argv) |
#define DEFAULT_FLAGS (GRN_OBJ_PERSISTENT | GRN_OBJ_TABLE_PAT_KEY) |
Definition at line 25 of file bench-table-factory.c.
#define DEFAULT_VALUE_SIZE (1024) |
Definition at line 26 of file bench-table-factory.c.
#define VALUE_TYPE_NAME "<value_type>" |
Definition at line 27 of file bench-table-factory.c.
typedef struct _BenchmarkData BenchmarkData |
typedef struct _grn_table_factory grn_table_factory |
int main | ( | int | argc, |
gchar ** | argv | ||
) |