Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Macros | Typedefs | Functions
bench-table-factory.c File Reference
#include <string.h>
#include <groonga.h>
#include "lib/benchmark.h"
Include dependency graph for bench-table-factory.c:

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)

Macro Definition Documentation

#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 Documentation

typedef struct _BenchmarkData BenchmarkData

Function Documentation

int main ( int  argc,
gchar **  argv 
)

Definition at line 227 of file bench-table-factory.c.

Here is the call graph for this function: