JayBeams  0.1
Another project to have fun coding.
Namespaces | Macros | Variables
offline_feed_statistics.cpp File Reference
#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
 

Variables

int jb::defaults::max_messages_per_second = JB_OFS_DEFAULTS_max_messages_per_second
 
int jb::defaults::max_messages_per_millisecond = JB_OFS_DEFAULTS_max_messages_per_millisecond
 
int jb::defaults::max_messages_per_microsecond = JB_OFS_DEFAULTS_max_messages_per_microsecond
 
std::int64_t jb::defaults::max_interarrival_time_nanoseconds
 
int jb::defaults::max_processing_latency_nanoseconds
 
int jb::defaults::reporting_interval_seconds = JB_OFS_DEFAULTS_reporting_interval_seconds
 

Macro Definition Documentation

◆ JB_OFS_DEFAULTS_max_interarrival_time_nanoseconds

#define JB_OFS_DEFAULTS_max_interarrival_time_nanoseconds   100000

Definition at line 290 of file offline_feed_statistics.cpp.

◆ JB_OFS_DEFAULTS_max_messages_per_microsecond

#define JB_OFS_DEFAULTS_max_messages_per_microsecond   100000

Definition at line 287 of file offline_feed_statistics.cpp.

◆ JB_OFS_DEFAULTS_max_messages_per_millisecond

#define JB_OFS_DEFAULTS_max_messages_per_millisecond   100000

Definition at line 284 of file offline_feed_statistics.cpp.

◆ JB_OFS_DEFAULTS_max_messages_per_second

#define JB_OFS_DEFAULTS_max_messages_per_second   1000000

Definition at line 281 of file offline_feed_statistics.cpp.

◆ JB_OFS_DEFAULTS_max_processing_latency_nanoseconds

#define JB_OFS_DEFAULTS_max_processing_latency_nanoseconds   1000000

Definition at line 293 of file offline_feed_statistics.cpp.

◆ JB_OFS_DEFAULTS_reporting_interval_seconds

#define JB_OFS_DEFAULTS_reporting_interval_seconds   600

Definition at line 296 of file offline_feed_statistics.cpp.