Fabcoin Core  0.16.2
P2P Digital Currency
Functions
bench.h File Reference
#include <stdio.h>
#include <math.h>
#include "sys/time.h"
Include dependency graph for bench.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

void print_number ( double  x)

Definition at line 20 of file bench.h.

Here is the call graph for this function:

Here is the caller graph for this function:

void run_benchmark ( char *  name,
void(*)(void *)  benchmark,
void(*)(void *)  setup,
void(*)(void *)  teardown,
void *  data,
int  count,
int  iter 
)

Definition at line 33 of file bench.h.

Here is the call graph for this function:

Here is the caller graph for this function: