edgecloudsim/scripts/birbnetes/matlab/plotAvgNetworkDelay.m

12 lines
558 B
Mathematica
Raw Permalink Normal View History

2021-04-05 20:54:58 +02:00
function [] = plotAvgNetworkDelay()
plotGenericResult(1, 7, 'Average Network Delay (sec)', 'ALL_APPS', '');
2021-04-19 16:05:35 +02:00
plotGenericResult(1, 7, {'Average Network Delay';'for Birbnetes App (sec)'}, 'BIRBNETES', '');
2021-04-05 20:54:58 +02:00
plotGenericResult(5, 1, 'Average WLAN Delay (sec)', 'ALL_APPS', '');
2021-04-19 16:05:35 +02:00
plotGenericResult(5, 1, {'Average WLAN Delay';'for Birbnetes App (sec)'}, 'BIRBNETES', '');
2021-04-05 20:54:58 +02:00
plotGenericResult(5, 3, 'Average WAN Delay (sec)', 'ALL_APPS', '');
2021-04-19 16:05:35 +02:00
plotGenericResult(5, 3, {'Average WAN Delay';'for Birbnetes App (sec)'}, 'BIRBNETES', '');
2021-04-05 20:54:58 +02:00
end