edgecloudsim/scripts/birbnetes/matlab/plotAvgServiceTime.m

12 lines
547 B
Mathematica
Raw Normal View History

2021-04-05 20:54:58 +02:00
function [] = plotAvgServiceTime()
plotGenericResult(1, 5, 'Service Time (sec)', 'ALL_APPS', '');
2021-04-19 16:05:35 +02:00
plotGenericResult(1, 5, {'Service Time for';'Birbnetes App (sec)'}, 'BIRBNETES', '');
2021-04-05 20:54:58 +02:00
plotGenericResult(2, 5, 'Service Time on Edge (sec)', 'ALL_APPS', '');
2021-04-19 16:05:35 +02:00
plotGenericResult(2, 5, {'Service Time on Edge';'for Birbnetes App (sec)'}, 'BIRBNETES', '');
2021-04-05 20:54:58 +02:00
plotGenericResult(3, 5, 'Service Time on Cloud (sec)', 'ALL_APPS', '');
2021-04-19 16:05:35 +02:00
plotGenericResult(3, 5, {'Service Time on Cloud';'for Birbnetes App (sec)'}, 'BIRBNETES', '');
2021-04-05 20:54:58 +02:00
end