feisty meow concerns codebase
2.140
|
#include <bcast_spocketer.h>
Public Member Functions | |
testing_statistics () | |
testing_statistics () | |
Public Attributes | |
int | total_runs |
int | bytes_sent |
int | bytes_received |
int | send_time |
int | receive_time |
int | round_trip_time |
Definition at line 27 of file bcast_spocketer.h.
|
inline |
Definition at line 37 of file bcast_spocketer.h.
|
inline |
Definition at line 37 of file spocket_tester.h.
int testing_statistics::bytes_received |
Definition at line 32 of file bcast_spocketer.h.
Referenced by broadcast_spocket_tester::perform_test(), and spocket_tester::perform_test().
int testing_statistics::bytes_sent |
Definition at line 31 of file bcast_spocketer.h.
Referenced by spocket_tester::do_a_send(), broadcast_spocket_tester::do_a_send(), broadcast_spocket_tester::perform_test(), and spocket_tester::perform_test().
int testing_statistics::receive_time |
Definition at line 34 of file bcast_spocketer.h.
Referenced by broadcast_spocket_tester::perform_test(), and spocket_tester::perform_test().
int testing_statistics::round_trip_time |
Definition at line 35 of file bcast_spocketer.h.
Referenced by broadcast_spocket_tester::perform_test(), and spocket_tester::perform_test().
int testing_statistics::send_time |
Definition at line 33 of file bcast_spocketer.h.
Referenced by spocket_tester::do_a_send(), broadcast_spocket_tester::do_a_send(), broadcast_spocket_tester::perform_test(), and spocket_tester::perform_test().
int testing_statistics::total_runs |
Definition at line 30 of file bcast_spocketer.h.
Referenced by broadcast_spocket_tester::perform_test(), and spocket_tester::perform_test().