hw1: ran 1.2 on macos

This commit is contained in:
Claudio Maggioni 2022-09-27 09:00:08 +02:00
parent 0fe1838862
commit eba9ed889e
4 changed files with 2017 additions and 0 deletions

View File

@ -0,0 +1,35 @@
set terminal postscript color
set output "generic.ps"
set style data linespoints
set style line 1 linetype 2
set style line 2 linetype 3
set style line 3 linetype 1
set logscale x 2
set nokey
set xtics (4,16,64,256,"1K" 1024,"4K" 4096,"16K" 16384,"64K" 65536,"256K" 262144,"1M" 1048576)
set title "10-Core Intel(R) Xeon(R) CPU E3-1585L v5 @ 3.00GHz Read+Write (ns) Versus Stride"
set xlabel "Stride (bytes)"
set ylabel "Time Read+Write (nanoseconds)"
set key on
plot 'generic.xxx' index 0 using 2:3 title "0.5 KB" with linespoints, \
'generic.xxx' index 1 using 2:3 title "1 KB" with linespoints, \
'generic.xxx' index 2 using 2:3 title "2 KB" with linespoints, \
'generic.xxx' index 3 using 2:3 title "4 KB" with linespoints, \
'generic.xxx' index 4 using 2:3 title "8 KB" with linespoints, \
'generic.xxx' index 5 using 2:3 title "16 KB" with linespoints, \
'generic.xxx' index 6 using 2:3 title "32 KB" with linespoints, \
'generic.xxx' index 7 using 2:3 title "64 KB" with linespoints, \
'generic.xxx' index 8 using 2:3 title "128 KB" with linespoints, \
'generic.xxx' index 9 using 2:3 title "256 KB" with linespoints, \
'generic.xxx' index 10 using 2:3 title "512 KB" with linespoints, \
'generic.xxx' index 11 using 2:3 title "1 MB" with linespoints, \
'generic.xxx' index 12 using 2:3 title "2 MB" with linespoints, \
'generic.xxx' index 13 using 2:3 title "4 MB" with linespoints, \
'generic.xxx' index 14 using 2:3 title "8 MB" with linespoints, \
'generic.xxx' index 15 using 2:3 title "16 MB" with linespoints, \
'generic.xxx' index 16 using 2:3 title "32 MB" with linespoints, \
'generic.xxx' index 17 using 2:3 title "64 MB" with linespoints

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,315 @@
512 4 0.422
512 8 0.439
512 16 0.403
512 32 0.403
512 64 0.398
512 128 0.456
512 256 0.726
1024 4 0.410
1024 8 0.420
1024 16 0.420
1024 32 0.407
1024 64 0.400
1024 128 0.391
1024 256 0.454
1024 512 0.728
2048 4 0.404
2048 8 0.408
2048 16 0.431
2048 32 0.419
2048 64 0.398
2048 128 0.438
2048 256 0.395
2048 512 0.464
2048 1024 0.724
4096 4 0.402
4096 8 0.430
4096 16 0.412
4096 32 0.427
4096 64 0.445
4096 128 0.404
4096 256 0.396
4096 512 0.402
4096 1024 0.461
4096 2048 0.714
8192 4 0.402
8192 8 0.403
8192 16 0.404
8192 32 0.431
8192 64 0.453
8192 128 0.469
8192 256 0.404
8192 512 0.428
8192 1024 0.406
8192 2048 0.491
8192 4096 0.753
16384 4 0.417
16384 8 0.403
16384 16 0.441
16384 32 0.441
16384 64 0.443
16384 128 0.505
16384 256 0.498
16384 512 0.420
16384 1024 0.523
16384 2048 0.631
16384 4096 0.605
16384 8192 0.705
32768 4 0.425
32768 8 0.412
32768 16 0.403
32768 32 0.403
32768 64 0.406
32768 128 0.406
32768 256 0.427
32768 512 0.463
32768 1024 0.505
32768 2048 0.670
32768 4096 0.918
32768 8192 0.581
32768 16384 0.702
65536 4 0.401
65536 8 0.403
65536 16 0.447
65536 32 0.466
65536 64 0.925
65536 128 1.306
65536 256 1.335
65536 512 1.885
65536 1024 2.523
65536 2048 2.266
65536 4096 3.132
65536 8192 0.913
65536 16384 0.582
65536 32768 0.701
131072 4 0.415
131072 8 0.403
131072 16 0.425
131072 32 0.456
131072 64 0.904
131072 128 1.307
131072 256 1.334
131072 512 1.848
131072 1024 2.393
131072 2048 2.863
131072 4096 3.742
131072 8192 3.120
131072 16384 0.887
131072 32768 0.581
131072 65536 0.701
262144 4 0.438
262144 8 0.440
262144 16 0.472
262144 32 0.518
262144 64 1.014
262144 128 1.698
262144 256 1.630
262144 512 2.226
262144 1024 2.609
262144 2048 3.078
262144 4096 3.927
262144 8192 3.755
262144 16384 3.272
262144 32768 0.948
262144 65536 0.622
262144 131072 0.701
524288 4 0.405
524288 8 0.431
524288 16 0.481
524288 32 0.818
524288 64 1.572
524288 128 2.656
524288 256 2.957
524288 512 3.704
524288 1024 3.985
524288 2048 4.254
524288 4096 4.515
524288 8192 4.148
524288 16384 3.985
524288 32768 3.220
524288 65536 0.982
524288 131072 0.697
524288 262144 0.767
1048576 4 0.404
1048576 8 0.418
1048576 16 0.546
1048576 32 0.800
1048576 64 1.499
1048576 128 2.615
1048576 256 3.033
1048576 512 3.902
1048576 1024 4.197
1048576 2048 4.332
1048576 4096 4.264
1048576 8192 4.419
1048576 16384 4.799
1048576 32768 5.757
1048576 65536 5.498
1048576 131072 0.957
1048576 262144 0.635
1048576 524288 0.704
2097152 4 0.635
2097152 8 0.647
2097152 16 0.556
2097152 32 0.954
2097152 64 1.703
2097152 128 2.897
2097152 256 3.222
2097152 512 4.473
2097152 1024 4.570
2097152 2048 4.091
2097152 4096 4.077
2097152 8192 4.546
2097152 16384 5.193
2097152 32768 5.117
2097152 65536 4.991
2097152 131072 4.379
2097152 262144 1.031
2097152 524288 0.673
2097152 1048576 0.726
4194304 4 0.445
4194304 8 0.636
4194304 16 0.848
4194304 32 1.132
4194304 64 1.639
4194304 128 3.468
4194304 256 3.918
4194304 512 4.942
4194304 1024 4.904
4194304 2048 4.221
4194304 4096 4.554
4194304 8192 5.309
4194304 16384 5.732
4194304 32768 5.519
4194304 65536 5.235
4194304 131072 4.912
4194304 262144 4.715
4194304 524288 1.013
4194304 1048576 0.594
4194304 2097152 0.740
8388608 4 0.549
8388608 8 0.755
8388608 16 1.192
8388608 32 1.612
8388608 64 3.242
8388608 128 5.062
8388608 256 4.817
8388608 512 4.999
8388608 1024 6.507
8388608 2048 7.264
8388608 4096 5.980
8388608 8192 4.671
8388608 16384 4.947
8388608 32768 5.228
8388608 65536 5.524
8388608 131072 5.782
8388608 262144 4.873
8388608 524288 3.119
8388608 1048576 0.965
8388608 2097152 0.580
8388608 4194304 0.702
16777216 4 0.581
16777216 8 0.790
16777216 16 1.447
16777216 32 2.226
16777216 64 5.026
16777216 128 7.217
16777216 256 11.799
16777216 512 10.725
16777216 1024 13.057
16777216 2048 14.465
16777216 4096 14.082
16777216 8192 8.786
16777216 16384 5.607
16777216 32768 5.368
16777216 65536 5.643
16777216 131072 5.823
16777216 262144 5.693
16777216 524288 4.243
16777216 1048576 3.339
16777216 2097152 1.109
16777216 4194304 0.579
16777216 8388608 0.702
33554432 4 0.540
33554432 8 0.781
33554432 16 1.266
33554432 32 2.442
33554432 64 5.082
33554432 128 8.243
33554432 256 12.508
33554432 512 12.972
33554432 1024 17.293
33554432 2048 20.517
33554432 4096 15.132
33554432 8192 15.801
33554432 16384 9.443
33554432 32768 7.183
33554432 65536 7.054
33554432 131072 6.064
33554432 262144 5.443
33554432 524288 5.409
33554432 1048576 4.329
33554432 2097152 3.734
33554432 4194304 0.956
33554432 8388608 0.579
33554432 16777216 0.699
67108864 4 0.539
67108864 8 0.794
67108864 16 1.373
67108864 32 2.531
67108864 64 5.398
67108864 128 9.175
67108864 256 14.549
67108864 512 17.047
67108864 1024 19.841
67108864 2048 21.698
67108864 4096 15.342
67108864 8192 14.757
67108864 16384 14.683
67108864 32768 11.404
67108864 65536 9.460
67108864 131072 6.333
67108864 262144 5.737
67108864 524288 5.177
67108864 1048576 4.878
67108864 2097152 4.219
67108864 4194304 3.114
67108864 8388608 0.967
67108864 16777216 0.638
67108864 33554432 0.707

View File