![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <stdio.h>
#include <math.h>
#include "sys/time.h"
Go to the source code of this file.
Functions | |
static double | gettimedouble (void) |
void | print_number (double x) |
void | run_benchmark (char *name, void(*benchmark)(void *), void(*setup)(void *), void(*teardown)(void *), void *data, int count, int iter) |
|
static |
Definition at line 14 of file bench.h.
Referenced by run_benchmark().
void print_number | ( | double | x | ) |
Definition at line 20 of file bench.h.
Referenced by run_benchmark().