NVBIO
|
#include <vector>
#include <queue>
#include <iostream>
#include <stdint.h>
#include <time.h>
#include <algorithm>
#include "priority_deque.hpp"
#include "priority_deque_verify.hpp"
Go to the source code of this file.
Macros | |
#define | BENCHMARK |
#define | VERIFY_HEAP |
Functions | |
int | main () |
template<typename pq_t > | |
void | benchmark_priority_queue (unsigned benchmark_elements) |
void benchmark_priority_queue | ( | unsigned | benchmark_elements) |