Go to the source code of this file.
Namespaces | |
generate_graphs | |
Functions | |
def | generate_graphs.plot_latency (csv_filename, title) |
def | generate_graphs.plot_throughput (csv_filename, title, is_tcp=False) |
Variables | |
string | generate_graphs.INPUT_FILE_PUBSUBPROXY_INPROC_THROUGHPUT = "results/pubsubproxy_inproc_thr_results.csv" |
string | generate_graphs.INPUT_FILE_PUSHPULL_INPROC_THROUGHPUT = "results/pushpull_inproc_thr_results.csv" |
string | generate_graphs.INPUT_FILE_PUSHPULL_TCP_THROUGHPUT = "results/pushpull_tcp_thr_results.csv" |
string | generate_graphs.INPUT_FILE_REQREP_TCP_LATENCY = "results/reqrep_tcp_lat_results.csv" |
int | generate_graphs.TCP_LINK_GPBS = 100 |