Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <stdio.h>
#include <math.h>
#include "sys/time.h"
Go to the source code of this file.
Functions | |
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) |
void print_number | ( | double | x | ) |