diff options
author | Wojtek Kosior <kwojtus@protonmail.com> | 2019-07-04 00:40:29 +0200 |
---|---|---|
committer | Wojtek Kosior <kwojtus@protonmail.com> | 2019-07-04 00:40:29 +0200 |
commit | aadaabcdf2e5f30923fc7682f80dcc4821fd904b (patch) | |
tree | c220de47920818c34b3270c7227587fa5b03e163 /res | |
parent | 6c97c0376bbbb145bf645534ec35349d21e15a13 (diff) | |
download | fortran-assignment3-aadaabcdf2e5f30923fc7682f80dcc4821fd904b.tar.gz fortran-assignment3-aadaabcdf2e5f30923fc7682f80dcc4821fd904b.zip |
measured running times for different numbers of images and subintervals
Diffstat (limited to 'res')
-rw-r--r-- | res/times | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/res/times b/res/times new file mode 100644 index 0000000..00b251c --- /dev/null +++ b/res/times @@ -0,0 +1,26 @@ +#SUBINTERVALS IMAGES _TIME + 200 1 0.075 + 200 2 0.302 + 200 3 0.837 + 200 5 1.958 + 200 8 3.223 + 20000 1 0.073 + 20000 2 0.231 + 20000 3 0.902 + 20000 5 2.016 + 20000 8 3.313 + 2000000 1 0.464 + 2000000 2 0.738 + 2000000 3 1.315 + 2000000 5 2.252 + 2000000 8 3.321 + 20000000 1 4.059 + 20000000 2 3.777 + 20000000 3 4.527 + 20000000 5 5.042 + 20000000 8 5.740 + 200000000 1 39.707 + 200000000 2 33.461 + 200000000 3 34.740 + 200000000 5 31.726 + 200000000 8 28.450 |