Reels
|
The metrics associated to an event identified by a BinEventPt. More...
#include <reels.h>
Public Attributes | |
uint64_t | seen |
Number of times the event has been seen in the data. More... | |
uint64_t | code |
A code number identifying the event. More... | |
uint64_t | priority |
The (unique) current priority assigned in the priority queue (set) to this event. More... | |
The metrics associated to an event identified by a BinEventPt.
The map from BinEventPt to this defines the event storage.
uint64_t reels::EventStat::code |
A code number identifying the event.
uint64_t reels::EventStat::priority |
The (unique) current priority assigned in the priority queue (set) to this event.
uint64_t reels::EventStat::seen |
Number of times the event has been seen in the data.