#include <ZeroMQStats.hpp>
Public Attributes | |
std::chrono::high_resolution_clock::time_point | processingTimeStart |
Processing time start. | |
std::chrono::high_resolution_clock::time_point | processingTimeEnd |
Processing time end. | |
bool | isSuccessful {false} |
Indicates if processing was successful for this connection. | |
Represents the statistics of a ZeroMQ server connection.
Definition at line 12 of file ZeroMQStats.hpp.
bool ZeroMQServerStats::isSuccessful {false} |
Indicates if processing was successful for this connection.
Definition at line 15 of file ZeroMQStats.hpp.
std::chrono::high_resolution_clock::time_point ZeroMQServerStats::processingTimeEnd |
Processing time end.
Definition at line 14 of file ZeroMQStats.hpp.
std::chrono::high_resolution_clock::time_point ZeroMQServerStats::processingTimeStart |
Processing time start.
Definition at line 13 of file ZeroMQStats.hpp.