#include <statistics.hpp>
Public Member Functions | |
size_t | get (PacketType) const |
const std::map< PacketType, int > & | getCounter () const |
void | increment (PacketType) |
void | resetAll () |
Definition at line 30 of file statistics.hpp.
|
strong |
Definition at line 33 of file statistics.hpp.
size_t nlsr::Statistics::get | ( | PacketType | type | ) | const |
Definition at line 29 of file statistics.cpp.
|
inline |
Definition at line 66 of file statistics.hpp.
void nlsr::Statistics::increment | ( | PacketType | type | ) |
Definition at line 41 of file statistics.cpp.
void nlsr::Statistics::resetAll | ( | ) |
Definition at line 47 of file statistics.cpp.