JayBeams
0.1
Another project to have fun coding.
|
#include "jb/offline_feed_statistics.hpp"
#include <jb/as_hhmmss.hpp>
#include <jb/log.hpp>
#include <iostream>
Go to the source code of this file.
Namespaces | |
jb | |
The top-level namespace for the JayBeams library. | |
jb::defaults | |
Default values for configuration parameters. | |
Macros | |
#define | JB_OFS_DEFAULTS_max_messages_per_second 1000000 |
#define | JB_OFS_DEFAULTS_max_messages_per_millisecond 100000 |
#define | JB_OFS_DEFAULTS_max_messages_per_microsecond 100000 |
#define | JB_OFS_DEFAULTS_max_interarrival_time_nanoseconds 100000 |
#define | JB_OFS_DEFAULTS_max_processing_latency_nanoseconds 1000000 |
#define | JB_OFS_DEFAULTS_reporting_interval_seconds 600 |
#define JB_OFS_DEFAULTS_max_interarrival_time_nanoseconds 100000 |
Definition at line 290 of file offline_feed_statistics.cpp.
#define JB_OFS_DEFAULTS_max_messages_per_microsecond 100000 |
Definition at line 287 of file offline_feed_statistics.cpp.
#define JB_OFS_DEFAULTS_max_messages_per_millisecond 100000 |
Definition at line 284 of file offline_feed_statistics.cpp.
#define JB_OFS_DEFAULTS_max_messages_per_second 1000000 |
Definition at line 281 of file offline_feed_statistics.cpp.
#define JB_OFS_DEFAULTS_max_processing_latency_nanoseconds 1000000 |
Definition at line 293 of file offline_feed_statistics.cpp.
#define JB_OFS_DEFAULTS_reporting_interval_seconds 600 |
Definition at line 296 of file offline_feed_statistics.cpp.