Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Data Structures | |
struct | _BenchItem |
struct | _BenchReporterPrivate |
Macros | |
#define | BENCH_REPORTER_GET_PRIVATE(obj) |
#define | INDENT " " |
Typedefs | |
typedef struct _BenchItem | BenchItem |
typedef struct _BenchReporterPrivate | BenchReporterPrivate |
Functions | |
BenchReporter * | bench_reporter_new (void) |
void | bench_reporter_register (BenchReporter *reporter, const gchar *label, gint n, BenchSetupFunc bench_setup, BenchFunc bench, BenchTeardownFunc bench_teardown, gpointer data) |
void | bench_reporter_run (BenchReporter *reporter) |
#define BENCH_REPORTER_GET_PRIVATE | ( | obj | ) |
Definition at line 64 of file bench-reporter.c.
#define INDENT " " |
Definition at line 142 of file bench-reporter.c.
typedef struct _BenchItem BenchItem |
Definition at line 23 of file bench-reporter.c.
typedef struct _BenchReporterPrivate BenchReporterPrivate |
Definition at line 69 of file bench-reporter.c.
BenchReporter* bench_reporter_new | ( | void | ) |
void bench_reporter_register | ( | BenchReporter * | reporter, |
const gchar * | label, | ||
gint | n, | ||
BenchSetupFunc | bench_setup, | ||
BenchFunc | bench, | ||
BenchTeardownFunc | bench_teardown, | ||
gpointer | data | ||
) |
void bench_reporter_run | ( | BenchReporter * | reporter | ) |