#include <cstdio>#include <cstdlib>#include <boost/date_time/posix_time/posix_time_types.hpp>#include <megatree/common.h>#include <megatree/megatree.h>#include <megatree/storage_factory.h>#include <megatree/tree_functions.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| const unsigned | num_queries = 2 |
| const double | resolution = 0.00001 |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 15 of file benchmark_read.cpp.
| const unsigned num_queries = 2 |
Definition at line 10 of file benchmark_read.cpp.
| const double resolution = 0.00001 |
Definition at line 11 of file benchmark_read.cpp.