Data Fields | |
struct Iteration * | next |
struct Iteration * | prev |
struct GNUNET_TIME_Absolute | start |
struct GNUNET_TIME_Absolute | end |
struct GNUNET_TIME_Relative | dur |
float | rate |
unsigned int | msgs_sent |
Definition at line 37 of file gnunet-transport-profiler.c.
struct Iteration* Iteration::next |
Definition at line 39 of file gnunet-transport-profiler.c.
Referenced by shutdown_task().
struct Iteration* Iteration::prev |
Definition at line 40 of file gnunet-transport-profiler.c.
struct GNUNET_TIME_Absolute Iteration::start |
Definition at line 40 of file gnunet-transport-profiler.c.
Referenced by iteration_done(), and iteration_start().
struct GNUNET_TIME_Absolute Iteration::end |
Definition at line 40 of file gnunet-transport-profiler.c.
struct GNUNET_TIME_Relative Iteration::dur |
Definition at line 40 of file gnunet-transport-profiler.c.
Referenced by iteration_done(), and shutdown_task().
float Iteration::rate |
Definition at line 47 of file gnunet-transport-profiler.c.
Referenced by shutdown_task().
unsigned int Iteration::msgs_sent |
Definition at line 49 of file gnunet-transport-profiler.c.
Referenced by send_msg().