JayBeams
0.1
Another project to have fun coding.
|
#include <chrono>
#include <cstdint>
#include <limits>
#include <sstream>
#include <stdexcept>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Classes | |
class | jb::event_rate_estimator< duration_t, counter_t > |
Estimate event rates over a trailing measurement period. More... | |
Namespaces | |
jb | |
The top-level namespace for the JayBeams library. | |