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-ctx-create.c File Reference
#include <stdlib.h>
#include <glib.h>
#include <groonga.h>
#include "lib/benchmark.h"
Include dependency graph for bench-ctx-create.c:

Go to the source code of this file.

Data Structures

struct  _BenchmarkData

Macros

#define REGISTER(label, bench_function)

Typedefs

typedef struct _BenchmarkData BenchmarkData

Functions

int main (int argc, gchar **argv)

Macro Definition Documentation

#define REGISTER (   label,
  bench_function 
)
Value:
bench_reporter_register(reporter, label, n, \
bench_setup, \
bench_function, \
bench_teardown, \
&data)

Typedef Documentation

typedef struct _BenchmarkData BenchmarkData

Function Documentation

int main ( int  argc,
gchar **  argv 
)

Definition at line 143 of file bench-ctx-create.c.

Here is the call graph for this function: