Testing classes and metrics. More...
#include "sketch.h"#include <boost/any.hpp>#include <ctime>#include <map>#include <memory>#include <set>

Classes | |
| class | OmniSketch::Test::MetricVec |
| Metric vector. More... | |
| class | OmniSketch::Test::TestBase< key_len, T > |
| Collection of metrics. More... | |
Namespaces | |
| OmniSketch | |
| OmniSketch::Test | |
| Testing classes and metrics. | |
Macros | |
| #define | DEFINE_TIMERS |
| #define | START_TIMER tick = std::chrono::steady_clock::now(); |
| #define | STOP_TIMER |
| #define | TIMER_RESULT static_cast<int64_t>(timer.count()) |
Testing classes and metrics.
| #define DEFINE_TIMERS |
| #define START_TIMER tick = std::chrono::steady_clock::now(); |
| #define STOP_TIMER |
| #define TIMER_RESULT static_cast<int64_t>(timer.count()) |