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-geo-select.c File Reference
#include <string.h>
#include <db.h>
#include <groonga.h>
#include "lib/benchmark.h"
Include dependency graph for bench-geo-select.c:

Go to the source code of this file.

Data Structures

struct  _BenchmarkData

Macros

#define GET(context, name)   (grn_ctx_get(context, name, strlen(name)))
#define REGISTER(label, type, area)

Typedefs

typedef struct _BenchmarkData BenchmarkData

Functions

int main (int argc, gchar **argv)

Macro Definition Documentation

#define GET (   context,
  name 
)    (grn_ctx_get(context, name, strlen(name)))

Definition at line 66 of file bench-geo-select.c.

#define REGISTER (   label,
  type,
  area 
)
Value:
label, \
n, \
bench_setup_ ## type ## _ ## area, \
bench_geo_select_ ## type, \
bench_teardown, \
&data)

Typedef Documentation

typedef struct _BenchmarkData BenchmarkData

Function Documentation

int main ( int  argc,
gchar **  argv 
)

Definition at line 213 of file bench-geo-select.c.

Here is the call graph for this function: