Skip to content
Snippets Groups Projects
Commit 02a598f6 authored by dsahlin's avatar dsahlin
Browse files

lab2 measure

parent 35158f07
No related branches found
No related tags found
No related merge requests found
Lab2/lab2.png

29.5 KiB

x = 1:8;
ylb0 = [
0.000133
0.000640
0.000419
0.000637
0.000653
0.000556
0.000586
0.000717
0.031830
0.050816
0.038425
0.034809
0.027994
0.034273
0.031164
0.022219];
plot(x,ylb0,'DisplayName', 'MEASURE=1 (pop) NON_BLOCKING=0');
hold on
ylb1 = [
0.102697
0.064214
0.047638
0.039952
0.050177
0.034256
0.027776
0.037354
0.030078
0.023323
0.017554
0.020124
0.020823
0.025378
0.016844
0.015488];
plot(x,ylb1,'DisplayName', 'LOADBALANCE=1');
ylb2 = [
0.106346
0.053987
0.048380
0.031636
0.023508
0.019140
0.022650
0.018328
0.020037
0.014545
0.012742
0.010650
0.011203
0.011560
0.009754
0.009817];
hold on
plot(x, ylb2,'DisplayName', 'LOADBALANCE=2');
xlabel('Threads')
ylabel('Time (s)')
legend
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment