From aadaabcdf2e5f30923fc7682f80dcc4821fd904b Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 4 Jul 2019 00:40:29 +0200 Subject: measured running times for different numbers of images and subintervals --- res/times | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 res/times 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 -- cgit v1.2.3