cpp-common
|
Clock primitives for benchmarking workloads. More...
#include <cassert>
#include <algorithm>
#include <chrono>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | nvsl::Clock |
Clock object based on std::chrono::high_resolution_clock. More... | |
Macros | |
#define | OVERFLOW_MSG |
Functions | |
std::string | nvsl::ns_to_hr_clk (const size_t ns_total) |
#define OVERFLOW_MSG |