Advertisement
z2oh

k-d tree report

Feb 9th, 2018
645
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 132.57 KB | None | 0 0
  1. ----------BEGIN EXECUTION ON ./images/boat_1280_720.jpg-----------
  2. >>> Using color specification ./color_files/1kcolors.colors
  3. >>> Executing naive test
  4. Finished release [optimized] target(s) in 0.0 secs
  5. Running `target/release/chromatic_confiner -n -c ./color_files/1kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/1kcolors_naive.png`
  6. 943718400 calls to distance function.
  7.  
  8. Performance counter stats for 'cargo run --release -- -n -c ./color_files/1kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/1kcolors_naive.png':
  9.  
  10. 9,208,693 cache-references:u
  11. 1,728,592 cache-misses:u # 18.771 % of all cache refs
  12. 7,403,896,556 cycles:u
  13. 30,521,163,673 instructions:u # 4.12 insn per cycle
  14. 4,934,277,432 branches:u
  15. 4,587 faults:u
  16.  
  17. 2.019692403 seconds time elapsed
  18.  
  19. >>> Executing k-d tree test
  20. Finished release [optimized] target(s) in 0.0 secs
  21. Running `target/release/chromatic_confiner -c ./color_files/1kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/1kcolors.png`
  22. 236877937 calls to distance function.
  23.  
  24. Performance counter stats for 'cargo run --release -- -c ./color_files/1kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/1kcolors.png':
  25.  
  26. 10,218,388 cache-references:u
  27. 2,242,556 cache-misses:u # 21.946 % of all cache refs
  28. 6,628,315,504 cycles:u
  29. 22,231,973,777 instructions:u # 3.35 insn per cycle
  30. 3,159,848,930 branches:u
  31. 4,567 faults:u
  32.  
  33. 1.794932182 seconds time elapsed
  34.  
  35. >>> Using color specification ./color_files/2kcolors.colors
  36. >>> Executing naive test
  37. Finished release [optimized] target(s) in 0.0 secs
  38. Running `target/release/chromatic_confiner -n -c ./color_files/2kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/2kcolors_naive.png`
  39. 1887436800 calls to distance function.
  40.  
  41. Performance counter stats for 'cargo run --release -- -n -c ./color_files/2kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/2kcolors_naive.png':
  42.  
  43. 12,292,017 cache-references:u
  44. 2,583,355 cache-misses:u # 21.017 % of all cache refs
  45. 14,249,748,420 cycles:u
  46. 59,790,097,731 instructions:u # 4.20 insn per cycle
  47. 9,654,660,253 branches:u
  48. 4,574 faults:u
  49.  
  50. 3.880935272 seconds time elapsed
  51.  
  52. >>> Executing k-d tree test
  53. Finished release [optimized] target(s) in 0.0 secs
  54. Running `target/release/chromatic_confiner -c ./color_files/2kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/2kcolors.png`
  55. 250900886 calls to distance function.
  56.  
  57. Performance counter stats for 'cargo run --release -- -c ./color_files/2kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/2kcolors.png':
  58.  
  59. 14,396,160 cache-references:u
  60. 1,967,339 cache-misses:u # 13.666 % of all cache refs
  61. 7,639,605,842 cycles:u
  62. 23,590,370,684 instructions:u # 3.09 insn per cycle
  63. 3,341,740,716 branches:u
  64. 4,564 faults:u
  65.  
  66. 2.056663501 seconds time elapsed
  67.  
  68. >>> Using color specification ./color_files/4kcolors.colors
  69. >>> Executing naive test
  70. Finished release [optimized] target(s) in 0.0 secs
  71. Running `target/release/chromatic_confiner -n -c ./color_files/4kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/4kcolors_naive.png`
  72. 3774873600 calls to distance function.
  73.  
  74. Performance counter stats for 'cargo run --release -- -n -c ./color_files/4kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/4kcolors_naive.png':
  75.  
  76. 15,201,895 cache-references:u
  77. 4,628,102 cache-misses:u # 30.444 % of all cache refs
  78. 27,880,144,573 cycles:u
  79. 118,325,487,705 instructions:u # 4.24 insn per cycle
  80. 19,095,145,747 branches:u
  81. 4,549 faults:u
  82.  
  83. 7.489933037 seconds time elapsed
  84.  
  85. >>> Executing k-d tree test
  86. Finished release [optimized] target(s) in 0.0 secs
  87. Running `target/release/chromatic_confiner -c ./color_files/4kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/4kcolors.png`
  88. 312761800 calls to distance function.
  89.  
  90. Performance counter stats for 'cargo run --release -- -c ./color_files/4kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/4kcolors.png':
  91.  
  92. 27,407,192 cache-references:u
  93. 3,858,982 cache-misses:u # 14.080 % of all cache refs
  94. 8,887,818,261 cycles:u
  95. 29,122,855,733 instructions:u # 3.28 insn per cycle
  96. 4,122,291,317 branches:u
  97. 4,565 faults:u
  98.  
  99. 2.447851663 seconds time elapsed
  100.  
  101. >>> Using color specification ./color_files/8kcolors.colors
  102. >>> Executing naive test
  103. Finished release [optimized] target(s) in 0.0 secs
  104. Running `target/release/chromatic_confiner -n -c ./color_files/8kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/8kcolors_naive.png`
  105. 7549747200 calls to distance function.
  106.  
  107. Performance counter stats for 'cargo run --release -- -n -c ./color_files/8kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/8kcolors_naive.png':
  108.  
  109. 2,844,261,677 cache-references:u
  110. 3,382,160 cache-misses:u # 0.119 % of all cache refs
  111. 55,389,302,844 cycles:u
  112. 235,379,050,616 instructions:u # 4.25 insn per cycle
  113. 37,974,287,635 branches:u
  114. 4,559 faults:u
  115.  
  116. 14.847576042 seconds time elapsed
  117.  
  118. >>> Executing k-d tree test
  119. Finished release [optimized] target(s) in 0.0 secs
  120. Running `target/release/chromatic_confiner -c ./color_files/8kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/8kcolors.png`
  121. 1235068998 calls to distance function.
  122.  
  123. Performance counter stats for 'cargo run --release -- -c ./color_files/8kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/8kcolors.png':
  124.  
  125. 989,775,330 cache-references:u
  126. 1,942,503 cache-misses:u # 0.196 % of all cache refs
  127. 35,026,321,663 cycles:u
  128. 111,154,190,209 instructions:u # 3.17 insn per cycle
  129. 15,662,878,203 branches:u
  130. 4,578 faults:u
  131.  
  132. 9.321640978 seconds time elapsed
  133.  
  134. >>> Using color specification ./color_files/16kcolors.colors
  135. >>> Executing naive test
  136. Finished release [optimized] target(s) in 0.0 secs
  137. Running `target/release/chromatic_confiner -n -c ./color_files/16kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/16kcolors_naive.png`
  138. 15099494400 calls to distance function.
  139.  
  140. Performance counter stats for 'cargo run --release -- -n -c ./color_files/16kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/16kcolors_naive.png':
  141.  
  142. 16,641,413,349 cache-references:u
  143. 1,913,567 cache-misses:u # 0.011 % of all cache refs
  144. 110,147,218,779 cycles:u
  145. 469,456,513,930 instructions:u # 4.26 insn per cycle
  146. 75,728,706,023 branches:u
  147. 4,575 faults:u
  148.  
  149. 29.224171581 seconds time elapsed
  150.  
  151. >>> Executing k-d tree test
  152. Finished release [optimized] target(s) in 0.0 secs
  153. Running `target/release/chromatic_confiner -c ./color_files/16kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/16kcolors.png`
  154. 494885937 calls to distance function.
  155.  
  156. Performance counter stats for 'cargo run --release -- -c ./color_files/16kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/16kcolors.png':
  157.  
  158. 591,550,252 cache-references:u
  159. 1,749,300 cache-misses:u # 0.296 % of all cache refs
  160. 15,495,567,247 cycles:u
  161. 45,583,644,091 instructions:u # 2.94 insn per cycle
  162. 6,428,318,920 branches:u
  163. 4,677 faults:u
  164.  
  165. 4.107945738 seconds time elapsed
  166.  
  167. >>> Using color specification ./color_files/32kcolors.colors
  168. >>> Executing naive test
  169. Finished release [optimized] target(s) in 0.0 secs
  170. Running `target/release/chromatic_confiner -n -c ./color_files/32kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/32kcolors_naive.png`
  171. 30198988800 calls to distance function.
  172.  
  173. Performance counter stats for 'cargo run --release -- -n -c ./color_files/32kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/32kcolors_naive.png':
  174.  
  175. 31,295,059,294 cache-references:u
  176. 3,712,864 cache-misses:u # 0.012 % of all cache refs
  177. 218,867,948,672 cycles:u
  178. 937,605,897,884 instructions:u # 4.28 insn per cycle
  179. 151,236,933,572 branches:u
  180. 4,558 faults:u
  181.  
  182. 58.102471460 seconds time elapsed
  183.  
  184. >>> Executing k-d tree test
  185. Finished release [optimized] target(s) in 0.0 secs
  186. Running `target/release/chromatic_confiner -c ./color_files/32kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/32kcolors.png`
  187. 4055306172 calls to distance function.
  188.  
  189. Performance counter stats for 'cargo run --release -- -c ./color_files/32kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/32kcolors.png':
  190.  
  191. 8,268,610,262 cache-references:u
  192. 5,121,129 cache-misses:u # 0.062 % of all cache refs
  193. 114,775,226,738 cycles:u
  194. 361,500,103,885 instructions:u # 3.15 insn per cycle
  195. 50,952,571,798 branches:u
  196. 4,697 faults:u
  197.  
  198. 30.410191292 seconds time elapsed
  199.  
  200. >>> Using color specification ./color_files/64kcolors.colors
  201. >>> Executing naive test
  202. Finished release [optimized] target(s) in 0.0 secs
  203. Running `target/release/chromatic_confiner -n -c ./color_files/64kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/64kcolors_naive.png`
  204. 60397977600 calls to distance function.
  205.  
  206. Performance counter stats for 'cargo run --release -- -n -c ./color_files/64kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/64kcolors_naive.png':
  207.  
  208. 62,335,440,163 cache-references:u
  209. 27,402,769 cache-misses:u # 0.044 % of all cache refs
  210. 437,007,158,191 cycles:u
  211. 1,873,870,179,409 instructions:u # 4.29 insn per cycle
  212. 302,248,694,818 branches:u
  213. 4,553 faults:u
  214.  
  215. 115.877664354 seconds time elapsed
  216.  
  217. >>> Executing k-d tree test
  218. Finished release [optimized] target(s) in 0.0 secs
  219. Running `target/release/chromatic_confiner -c ./color_files/64kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/64kcolors.png`
  220. 1453024138 calls to distance function.
  221.  
  222. Performance counter stats for 'cargo run --release -- -c ./color_files/64kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/64kcolors.png':
  223.  
  224. 2,138,187,642 cache-references:u
  225. 14,875,129 cache-misses:u # 0.696 % of all cache refs
  226. 45,010,724,865 cycles:u
  227. 131,681,878,588 instructions:u # 2.93 insn per cycle
  228. 18,467,023,701 branches:u
  229. 4,808 faults:u
  230.  
  231. 11.986088180 seconds time elapsed
  232.  
  233. >>> Using color specification ./color_files/bad.colors
  234. >>> Executing naive test
  235. Finished release [optimized] target(s) in 0.0 secs
  236. Running `target/release/chromatic_confiner -n -c ./color_files/bad.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/bad_naive.png`
  237. 940953600 calls to distance function.
  238.  
  239. Performance counter stats for 'cargo run --release -- -n -c ./color_files/bad.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/bad_naive.png':
  240.  
  241. 10,057,369 cache-references:u
  242. 1,632,655 cache-misses:u # 16.233 % of all cache refs
  243. 7,408,345,287 cycles:u
  244. 30,536,727,703 instructions:u # 4.12 insn per cycle
  245. 4,933,800,796 branches:u
  246. 4,575 faults:u
  247.  
  248. 1.999018563 seconds time elapsed
  249.  
  250. >>> Executing k-d tree test
  251. Finished release [optimized] target(s) in 0.0 secs
  252. Running `target/release/chromatic_confiner -c ./color_files/bad.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/bad.png`
  253. 348464618 calls to distance function.
  254.  
  255. Performance counter stats for 'cargo run --release -- -c ./color_files/bad.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/bad.png':
  256.  
  257. 9,376,892 cache-references:u
  258. 1,609,449 cache-misses:u # 17.164 % of all cache refs
  259. 9,395,663,157 cycles:u
  260. 32,380,964,361 instructions:u # 3.45 insn per cycle
  261. 4,549,206,940 branches:u
  262. 4,560 faults:u
  263.  
  264. 2.494610035 seconds time elapsed
  265.  
  266. >>> Using color specification ./color_files/css1.colors
  267. >>> Executing naive test
  268. Finished release [optimized] target(s) in 0.0 secs
  269. Running `target/release/chromatic_confiner -n -c ./color_files/css1.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/css1_naive.png`
  270. 14745600 calls to distance function.
  271.  
  272. Performance counter stats for 'cargo run --release -- -n -c ./color_files/css1.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/css1_naive.png':
  273.  
  274. 9,489,546 cache-references:u
  275. 1,566,764 cache-misses:u # 16.510 % of all cache refs
  276. 638,719,429 cycles:u
  277. 1,661,249,126 instructions:u # 2.60 insn per cycle
  278. 281,222,166 branches:u
  279. 4,568 faults:u
  280.  
  281. 0.176518854 seconds time elapsed
  282.  
  283. >>> Executing k-d tree test
  284. Finished release [optimized] target(s) in 0.0 secs
  285. Running `target/release/chromatic_confiner -c ./color_files/css1.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/css1.png`
  286. 17513027 calls to distance function.
  287.  
  288. Performance counter stats for 'cargo run --release -- -c ./color_files/css1.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/css1.png':
  289.  
  290. 9,291,345 cache-references:u
  291. 1,495,880 cache-misses:u # 16.100 % of all cache refs
  292. 845,873,555 cycles:u
  293. 2,527,030,837 instructions:u # 2.99 insn per cycle
  294. 380,030,295 branches:u
  295. 4,572 faults:u
  296.  
  297. 0.234987961 seconds time elapsed
  298.  
  299. >>> Using color specification ./color_files/css2.colors
  300. >>> Executing naive test
  301. Finished release [optimized] target(s) in 0.0 secs
  302. Running `target/release/chromatic_confiner -n -c ./color_files/css2.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/css2_naive.png`
  303. 15667200 calls to distance function.
  304.  
  305. Performance counter stats for 'cargo run --release -- -n -c ./color_files/css2.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/css2_naive.png':
  306.  
  307. 9,220,879 cache-references:u
  308. 2,097,690 cache-misses:u # 22.749 % of all cache refs
  309. 669,603,422 cycles:u
  310. 1,690,154,569 instructions:u # 2.52 insn per cycle
  311. 285,895,002 branches:u
  312. 4,566 faults:u
  313.  
  314. 0.190281791 seconds time elapsed
  315.  
  316. >>> Executing k-d tree test
  317. Finished release [optimized] target(s) in 0.0 secs
  318. Running `target/release/chromatic_confiner -c ./color_files/css2.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/css2.png`
  319. 15813941 calls to distance function.
  320.  
  321. Performance counter stats for 'cargo run --release -- -c ./color_files/css2.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/css2.png':
  322.  
  323. 9,062,590 cache-references:u
  324. 1,497,049 cache-misses:u # 16.519 % of all cache refs
  325. 826,810,429 cycles:u
  326. 2,417,269,909 instructions:u # 2.92 insn per cycle
  327. 366,068,554 branches:u
  328. 4,569 faults:u
  329.  
  330. 0.228867986 seconds time elapsed
  331.  
  332. >>> Using color specification ./color_files/css3.colors
  333. >>> Executing naive test
  334. Finished release [optimized] target(s) in 0.0 secs
  335. Running `target/release/chromatic_confiner -n -c ./color_files/css3.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/css3_naive.png`
  336. 135475200 calls to distance function.
  337.  
  338. Performance counter stats for 'cargo run --release -- -n -c ./color_files/css3.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/css3_naive.png':
  339.  
  340. 9,368,406 cache-references:u
  341. 1,544,889 cache-misses:u # 16.490 % of all cache refs
  342. 1,519,841,409 cycles:u
  343. 5,411,221,227 instructions:u # 3.56 insn per cycle
  344. 886,059,195 branches:u
  345. 4,561 faults:u
  346.  
  347. 0.408580626 seconds time elapsed
  348.  
  349. >>> Executing k-d tree test
  350. Finished release [optimized] target(s) in 0.0 secs
  351. Running `target/release/chromatic_confiner -c ./color_files/css3.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/css3.png`
  352. 29693190 calls to distance function.
  353.  
  354. Performance counter stats for 'cargo run --release -- -c ./color_files/css3.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/css3.png':
  355.  
  356. 9,399,518 cache-references:u
  357. 1,527,946 cache-misses:u # 16.256 % of all cache refs
  358. 1,195,648,904 cycles:u
  359. 3,760,443,189 instructions:u # 3.15 insn per cycle
  360. 562,332,248 branches:u
  361. 4,567 faults:u
  362.  
  363. 0.324410219 seconds time elapsed
  364.  
  365. >>> Using color specification ./color_files/css4.colors
  366. >>> Executing naive test
  367. Finished release [optimized] target(s) in 0.0 secs
  368. Running `target/release/chromatic_confiner -n -c ./color_files/css4.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/css4_naive.png`
  369. 136396800 calls to distance function.
  370.  
  371. Performance counter stats for 'cargo run --release -- -n -c ./color_files/css4.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/css4_naive.png':
  372.  
  373. 9,077,301 cache-references:u
  374. 1,524,093 cache-misses:u # 16.790 % of all cache refs
  375. 1,529,470,241 cycles:u
  376. 5,439,545,191 instructions:u # 3.56 insn per cycle
  377. 890,627,579 branches:u
  378. 4,572 faults:u
  379.  
  380. 0.428736569 seconds time elapsed
  381.  
  382. >>> Executing k-d tree test
  383. Finished release [optimized] target(s) in 0.0 secs
  384. Running `target/release/chromatic_confiner -c ./color_files/css4.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/css4.png`
  385. 29060086 calls to distance function.
  386.  
  387. Performance counter stats for 'cargo run --release -- -c ./color_files/css4.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/css4.png':
  388.  
  389. 9,253,563 cache-references:u
  390. 1,610,605 cache-misses:u # 17.405 % of all cache refs
  391. 1,181,230,424 cycles:u
  392. 3,700,950,526 instructions:u # 3.13 insn per cycle
  393. 554,373,170 branches:u
  394. 4,589 faults:u
  395.  
  396. 0.338652386 seconds time elapsed
  397.  
  398. ----------END EXECUTION ON ./images/boat_1280_720.jpg----------
  399. ----------BEGIN EXECUTION ON ./images/bridge_4096_2304.jpg-----------
  400. >>> Using color specification ./color_files/1kcolors.colors
  401. >>> Executing naive test
  402. Finished release [optimized] target(s) in 0.0 secs
  403. Running `target/release/chromatic_confiner -n -c ./color_files/1kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/1kcolors_naive.png`
  404. 9663676416 calls to distance function.
  405.  
  406. Performance counter stats for 'cargo run --release -- -n -c ./color_files/1kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/1kcolors_naive.png':
  407.  
  408. 31,946,495 cache-references:u
  409. 6,123,591 cache-misses:u # 19.168 % of all cache refs
  410. 73,512,534,560 cycles:u
  411. 309,585,495,038 instructions:u # 4.21 insn per cycle
  412. 50,031,959,567 branches:u
  413. 4,642 faults:u
  414.  
  415. 19.308935685 seconds time elapsed
  416.  
  417. >>> Executing k-d tree test
  418. Finished release [optimized] target(s) in 0.0 secs
  419. Running `target/release/chromatic_confiner -c ./color_files/1kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/1kcolors.png`
  420. 1873688534 calls to distance function.
  421.  
  422. Performance counter stats for 'cargo run --release -- -c ./color_files/1kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/1kcolors.png':
  423.  
  424. 33,478,013 cache-references:u
  425. 6,228,780 cache-misses:u # 18.606 % of all cache refs
  426. 50,265,415,917 cycles:u
  427. 176,799,181,328 instructions:u # 3.52 insn per cycle
  428. 24,965,325,606 branches:u
  429. 5,164 faults:u
  430.  
  431. 13.188471739 seconds time elapsed
  432.  
  433. >>> Using color specification ./color_files/2kcolors.colors
  434. >>> Executing naive test
  435. Finished release [optimized] target(s) in 0.0 secs
  436. Running `target/release/chromatic_confiner -n -c ./color_files/2kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/2kcolors_naive.png`
  437. 19327352832 calls to distance function.
  438.  
  439. Performance counter stats for 'cargo run --release -- -n -c ./color_files/2kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/2kcolors_naive.png':
  440.  
  441. 29,292,795 cache-references:u
  442. 6,774,569 cache-misses:u # 23.127 % of all cache refs
  443. 143,168,570,647 cycles:u
  444. 609,317,082,375 instructions:u # 4.26 insn per cycle
  445. 98,370,362,379 branches:u
  446. 5,205 faults:u
  447.  
  448. 37.866475140 seconds time elapsed
  449.  
  450. >>> Executing k-d tree test
  451. Finished release [optimized] target(s) in 0.0 secs
  452. Running `target/release/chromatic_confiner -c ./color_files/2kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/2kcolors.png`
  453. 3436727417 calls to distance function.
  454.  
  455. Performance counter stats for 'cargo run --release -- -c ./color_files/2kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/2kcolors.png':
  456.  
  457. 221,618,792 cache-references:u
  458. 6,364,487 cache-misses:u # 2.872 % of all cache refs
  459. 93,240,046,253 cycles:u
  460. 316,427,962,535 instructions:u # 3.39 insn per cycle
  461. 44,612,034,556 branches:u
  462. 5,231 faults:u
  463.  
  464. 24.496087149 seconds time elapsed
  465.  
  466. >>> Using color specification ./color_files/4kcolors.colors
  467. >>> Executing naive test
  468. Finished release [optimized] target(s) in 0.0 secs
  469. Running `target/release/chromatic_confiner -n -c ./color_files/4kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/4kcolors_naive.png`
  470. 38654705664 calls to distance function.
  471.  
  472. Performance counter stats for 'cargo run --release -- -n -c ./color_files/4kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/4kcolors_naive.png':
  473.  
  474. 1,243,803,580 cache-references:u
  475. 7,994,438 cache-misses:u # 0.643 % of all cache refs
  476. 282,703,023,338 cycles:u
  477. 1,208,635,075,347 instructions:u # 4.28 insn per cycle
  478. 195,029,081,565 branches:u
  479. 5,234 faults:u
  480.  
  481. 74.704677935 seconds time elapsed
  482.  
  483. >>> Executing k-d tree test
  484. Finished release [optimized] target(s) in 0.0 secs
  485. Running `target/release/chromatic_confiner -c ./color_files/4kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/4kcolors.png`
  486. 1700914288 calls to distance function.
  487.  
  488. Performance counter stats for 'cargo run --release -- -c ./color_files/4kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/4kcolors.png':
  489.  
  490. 318,115,919 cache-references:u
  491. 6,201,122 cache-misses:u # 1.949 % of all cache refs
  492. 48,858,262,587 cycles:u
  493. 162,638,728,557 instructions:u # 3.33 insn per cycle
  494. 22,969,024,529 branches:u
  495. 5,152 faults:u
  496.  
  497. 12.799218603 seconds time elapsed
  498.  
  499. >>> Using color specification ./color_files/8kcolors.colors
  500. >>> Executing naive test
  501. Finished release [optimized] target(s) in 0.0 secs
  502. Running `target/release/chromatic_confiner -n -c ./color_files/8kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/8kcolors_naive.png`
  503. 77309411328 calls to distance function.
  504.  
  505. Performance counter stats for 'cargo run --release -- -n -c ./color_files/8kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/8kcolors_naive.png':
  506.  
  507. 28,384,642,365 cache-references:u
  508. 10,382,869 cache-misses:u # 0.037 % of all cache refs
  509. 564,404,382,615 cycles:u
  510. 2,407,128,575,718 instructions:u # 4.26 insn per cycle
  511. 388,328,726,971 branches:u
  512. 5,253 faults:u
  513.  
  514. 149.413202346 seconds time elapsed
  515.  
  516. >>> Executing k-d tree test
  517. Finished release [optimized] target(s) in 0.0 secs
  518. Running `target/release/chromatic_confiner -c ./color_files/8kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/8kcolors.png`
  519. 10181930424 calls to distance function.
  520.  
  521. Performance counter stats for 'cargo run --release -- -c ./color_files/8kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/8kcolors.png':
  522.  
  523. 9,226,276,894 cache-references:u
  524. 9,290,751 cache-misses:u # 0.101 % of all cache refs
  525. 310,612,924,931 cycles:u
  526. 923,730,693,255 instructions:u # 2.97 insn per cycle
  527. 129,047,717,543 branches:u
  528. 5,323 faults:u
  529.  
  530. 82.387527952 seconds time elapsed
  531.  
  532. >>> Using color specification ./color_files/16kcolors.colors
  533. >>> Executing naive test
  534. Finished release [optimized] target(s) in 0.0 secs
  535. Running `target/release/chromatic_confiner -n -c ./color_files/16kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/16kcolors_naive.png`
  536. 154618822656 calls to distance function.
  537.  
  538. Performance counter stats for 'cargo run --release -- -n -c ./color_files/16kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/16kcolors_naive.png':
  539.  
  540. 160,891,974,092 cache-references:u
  541. 9,339,662 cache-misses:u # 0.006 % of all cache refs
  542. 1,128,082,138,582 cycles:u
  543. 4,803,950,724,530 instructions:u # 4.26 insn per cycle
  544. 774,906,866,281 branches:u
  545. 5,383 faults:u
  546.  
  547. 299.318425146 seconds time elapsed
  548.  
  549. >>> Executing k-d tree test
  550. Finished release [optimized] target(s) in 0.0 secs
  551. Running `target/release/chromatic_confiner -c ./color_files/16kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/16kcolors.png`
  552. 8576123321 calls to distance function.
  553.  
  554. Performance counter stats for 'cargo run --release -- -c ./color_files/16kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/16kcolors.png':
  555.  
  556. 11,134,561,799 cache-references:u
  557. 11,553,368 cache-misses:u # 0.104 % of all cache refs
  558. 252,128,619,907 cycles:u
  559. 776,756,488,043 instructions:u # 3.08 insn per cycle
  560. 109,073,406,263 branches:u
  561. 4,642 faults:u
  562.  
  563. 66.767620964 seconds time elapsed
  564.  
  565. >>> Using color specification ./color_files/32kcolors.colors
  566. >>> Executing naive test
  567. Finished release [optimized] target(s) in 0.0 secs
  568. Running `target/release/chromatic_confiner -n -c ./color_files/32kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/32kcolors_naive.png`
  569. 309237645312 calls to distance function.
  570.  
  571. Performance counter stats for 'cargo run --release -- -n -c ./color_files/32kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/32kcolors_naive.png':
  572.  
  573. 339,849,534,789 cache-references:u
  574. 30,023,492 cache-misses:u # 0.009 % of all cache refs
  575. 2,246,021,383,997 cycles:u
  576. 9,597,429,076,768 instructions:u # 4.27 insn per cycle
  577. 1,548,041,900,442 branches:u
  578. 5,205 faults:u
  579.  
  580. 595.718917486 seconds time elapsed
  581.  
  582. >>> Executing k-d tree test
  583. Finished release [optimized] target(s) in 0.0 secs
  584. Running `target/release/chromatic_confiner -c ./color_files/32kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/32kcolors.png`
  585. 21823163630 calls to distance function.
  586.  
  587. Performance counter stats for 'cargo run --release -- -c ./color_files/32kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/32kcolors.png':
  588.  
  589. 36,833,750,022 cache-references:u
  590. 41,179,321 cache-misses:u # 0.112 % of all cache refs
  591. 693,908,311,435 cycles:u
  592. 1,966,849,625,199 instructions:u # 2.83 insn per cycle
  593. 274,776,015,354 branches:u
  594. 5,066 faults:u
  595.  
  596. 183.987926758 seconds time elapsed
  597.  
  598. >>> Using color specification ./color_files/64kcolors.colors
  599. >>> Executing naive test
  600. Finished release [optimized] target(s) in 0.0 secs
  601. Running `target/release/chromatic_confiner -n -c ./color_files/64kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/64kcolors_naive.png`
  602. 618475290624 calls to distance function.
  603.  
  604. Performance counter stats for 'cargo run --release -- -n -c ./color_files/64kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/64kcolors_naive.png':
  605.  
  606. 677,258,156,736 cache-references:u
  607. 315,819,776 cache-misses:u # 0.047 % of all cache refs
  608. 4,482,295,718,855 cycles:u
  609. 19,184,120,620,286 instructions:u # 4.28 insn per cycle
  610. 3,094,276,782,917 branches:u
  611. 5,241 faults:u
  612.  
  613. 1189.025828734 seconds time elapsed
  614.  
  615. >>> Executing k-d tree test
  616. Finished release [optimized] target(s) in 0.0 secs
  617. Running `target/release/chromatic_confiner -c ./color_files/64kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/64kcolors.png`
  618. 19626007495 calls to distance function.
  619.  
  620. Performance counter stats for 'cargo run --release -- -c ./color_files/64kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/64kcolors.png':
  621.  
  622. 33,800,741,376 cache-references:u
  623. 112,303,232 cache-misses:u # 0.332 % of all cache refs
  624. 622,037,021,290 cycles:u
  625. 1,771,053,445,473 instructions:u # 2.85 insn per cycle
  626. 247,423,408,774 branches:u
  627. 4,634 faults:u
  628.  
  629. 164.848279594 seconds time elapsed
  630.  
  631. >>> Using color specification ./color_files/bad.colors
  632. >>> Executing naive test
  633. Finished release [optimized] target(s) in 0.0 secs
  634. Running `target/release/chromatic_confiner -n -c ./color_files/bad.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/bad_naive.png`
  635. 9635364864 calls to distance function.
  636.  
  637. Performance counter stats for 'cargo run --release -- -n -c ./color_files/bad.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/bad_naive.png':
  638.  
  639. 33,292,628 cache-references:u
  640. 6,208,041 cache-misses:u # 18.647 % of all cache refs
  641. 73,719,674,246 cycles:u
  642. 310,154,449,594 instructions:u # 4.21 insn per cycle
  643. 50,078,277,910 branches:u
  644. 5,123 faults:u
  645.  
  646. 19.387187648 seconds time elapsed
  647.  
  648. >>> Executing k-d tree test
  649. Finished release [optimized] target(s) in 0.0 secs
  650. Running `target/release/chromatic_confiner -c ./color_files/bad.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/bad.png`
  651. 3087240197 calls to distance function.
  652.  
  653. Performance counter stats for 'cargo run --release -- -c ./color_files/bad.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/bad.png':
  654.  
  655. 36,145,283 cache-references:u
  656. 6,227,984 cache-misses:u # 17.230 % of all cache refs
  657. 82,238,520,687 cycles:u
  658. 287,609,701,778 instructions:u # 3.50 insn per cycle
  659. 40,216,266,496 branches:u
  660. 4,642 faults:u
  661.  
  662. 21.628723464 seconds time elapsed
  663.  
  664. >>> Using color specification ./color_files/css1.colors
  665. >>> Executing naive test
  666. Finished release [optimized] target(s) in 0.0 secs
  667. Running `target/release/chromatic_confiner -n -c ./color_files/css1.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/css1_naive.png`
  668. 150994944 calls to distance function.
  669.  
  670. Performance counter stats for 'cargo run --release -- -n -c ./color_files/css1.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/css1_naive.png':
  671.  
  672. 25,178,407 cache-references:u
  673. 5,513,873 cache-misses:u # 21.899 % of all cache refs
  674. 4,462,880,408 cycles:u
  675. 14,257,776,097 instructions:u # 3.19 insn per cycle
  676. 2,411,534,671 branches:u
  677. 4,899 faults:u
  678.  
  679. 1.034729525 seconds time elapsed
  680.  
  681. >>> Executing k-d tree test
  682. Finished release [optimized] target(s) in 0.0 secs
  683. Running `target/release/chromatic_confiner -c ./color_files/css1.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/css1.png`
  684. 99166360 calls to distance function.
  685.  
  686. Performance counter stats for 'cargo run --release -- -c ./color_files/css1.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/css1.png':
  687.  
  688. 27,001,000 cache-references:u
  689. 5,397,309 cache-misses:u # 19.989 % of all cache refs
  690. 4,823,584,744 cycles:u
  691. 16,296,499,473 instructions:u # 3.38 insn per cycle
  692. 2,469,947,585 branches:u
  693. 5,031 faults:u
  694.  
  695. 1.136922596 seconds time elapsed
  696.  
  697. >>> Using color specification ./color_files/css2.colors
  698. >>> Executing naive test
  699. Finished release [optimized] target(s) in 0.0 secs
  700. Running `target/release/chromatic_confiner -n -c ./color_files/css2.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/css2_naive.png`
  701. 160432128 calls to distance function.
  702.  
  703. Performance counter stats for 'cargo run --release -- -n -c ./color_files/css2.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/css2_naive.png':
  704.  
  705. 25,478,493 cache-references:u
  706. 5,394,722 cache-misses:u # 21.174 % of all cache refs
  707. 4,500,487,080 cycles:u
  708. 14,551,702,464 instructions:u # 3.23 insn per cycle
  709. 2,458,943,313 branches:u
  710. 4,930 faults:u
  711.  
  712. 1.061100545 seconds time elapsed
  713.  
  714. >>> Executing k-d tree test
  715. Finished release [optimized] target(s) in 0.0 secs
  716. Running `target/release/chromatic_confiner -c ./color_files/css2.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/css2.png`
  717. 104972717 calls to distance function.
  718.  
  719. Performance counter stats for 'cargo run --release -- -c ./color_files/css2.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/css2.png':
  720.  
  721. 26,397,491 cache-references:u
  722. 5,879,310 cache-misses:u # 22.272 % of all cache refs
  723. 5,049,939,719 cycles:u
  724. 16,915,213,505 instructions:u # 3.35 insn per cycle
  725. 2,558,608,104 branches:u
  726. 4,965 faults:u
  727.  
  728. 1.176709604 seconds time elapsed
  729.  
  730. >>> Using color specification ./color_files/css3.colors
  731. >>> Executing naive test
  732. Finished release [optimized] target(s) in 0.0 secs
  733. Running `target/release/chromatic_confiner -n -c ./color_files/css3.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/css3_naive.png`
  734. 1387266048 calls to distance function.
  735.  
  736. Performance counter stats for 'cargo run --release -- -n -c ./color_files/css3.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/css3_naive.png':
  737.  
  738. 25,953,356 cache-references:u
  739. 5,578,668 cache-misses:u # 21.495 % of all cache refs
  740. 13,480,137,128 cycles:u
  741. 52,664,492,707 instructions:u # 3.91 insn per cycle
  742. 8,604,531,865 branches:u
  743. 4,639 faults:u
  744.  
  745. 3.412223409 seconds time elapsed
  746.  
  747. >>> Executing k-d tree test
  748. Finished release [optimized] target(s) in 0.0 secs
  749. Running `target/release/chromatic_confiner -c ./color_files/css3.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/css3.png`
  750. 480401332 calls to distance function.
  751.  
  752. Performance counter stats for 'cargo run --release -- -c ./color_files/css3.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/css3.png':
  753.  
  754. 26,281,613 cache-references:u
  755. 5,534,154 cache-misses:u # 21.057 % of all cache refs
  756. 14,208,201,295 cycles:u
  757. 52,318,761,598 instructions:u # 3.68 insn per cycle
  758. 7,587,750,373 branches:u
  759. 4,611 faults:u
  760.  
  761. 3.614633936 seconds time elapsed
  762.  
  763. >>> Using color specification ./color_files/css4.colors
  764. >>> Executing naive test
  765. Finished release [optimized] target(s) in 0.0 secs
  766. Running `target/release/chromatic_confiner -n -c ./color_files/css4.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/css4_naive.png`
  767. 1396703232 calls to distance function.
  768.  
  769. Performance counter stats for 'cargo run --release -- -n -c ./color_files/css4.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/css4_naive.png':
  770.  
  771. 25,879,451 cache-references:u
  772. 5,689,625 cache-misses:u # 21.985 % of all cache refs
  773. 13,539,817,832 cycles:u
  774. 52,957,337,472 instructions:u # 3.91 insn per cycle
  775. 8,651,767,836 branches:u
  776. 5,268 faults:u
  777.  
  778. 3.447352519 seconds time elapsed
  779.  
  780. >>> Executing k-d tree test
  781. Finished release [optimized] target(s) in 0.0 secs
  782. Running `target/release/chromatic_confiner -c ./color_files/css4.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/css4.png`
  783. 434901713 calls to distance function.
  784.  
  785. Performance counter stats for 'cargo run --release -- -c ./color_files/css4.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/css4.png':
  786.  
  787. 27,074,719 cache-references:u
  788. 5,463,657 cache-misses:u # 20.180 % of all cache refs
  789. 13,193,994,413 cycles:u
  790. 48,193,146,417 instructions:u # 3.65 insn per cycle
  791. 7,018,142,759 branches:u
  792. 5,250 faults:u
  793.  
  794. 3.326129227 seconds time elapsed
  795.  
  796. ----------END EXECUTION ON ./images/bridge_4096_2304.jpg----------
  797. ----------BEGIN EXECUTION ON ./images/church_283_480.jpg-----------
  798. >>> Using color specification ./color_files/1kcolors.colors
  799. >>> Executing naive test
  800. Finished release [optimized] target(s) in 0.0 secs
  801. Running `target/release/chromatic_confiner -n -c ./color_files/1kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/1kcolors_naive.png`
  802. 138520576 calls to distance function.
  803.  
  804. Performance counter stats for 'cargo run --release -- -n -c ./color_files/1kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/1kcolors_naive.png':
  805.  
  806. 8,444,721 cache-references:u
  807. 1,354,943 cache-misses:u # 16.045 % of all cache refs
  808. 1,300,494,545 cycles:u
  809. 4,817,715,221 instructions:u # 3.70 insn per cycle
  810. 782,821,716 branches:u
  811. 4,546 faults:u
  812.  
  813. 0.363863654 seconds time elapsed
  814.  
  815. >>> Executing k-d tree test
  816. Finished release [optimized] target(s) in 0.0 secs
  817. Running `target/release/chromatic_confiner -c ./color_files/1kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/1kcolors.png`
  818. 24026895 calls to distance function.
  819.  
  820. Performance counter stats for 'cargo run --release -- -c ./color_files/1kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/1kcolors.png':
  821.  
  822. 8,236,898 cache-references:u
  823. 1,290,565 cache-misses:u # 15.668 % of all cache refs
  824. 966,460,827 cycles:u
  825. 2,659,208,524 instructions:u # 2.75 insn per cycle
  826. 388,206,378 branches:u
  827. 4,545 faults:u
  828.  
  829. 0.277436822 seconds time elapsed
  830.  
  831. >>> Using color specification ./color_files/2kcolors.colors
  832. >>> Executing naive test
  833. Finished release [optimized] target(s) in 0.0 secs
  834. Running `target/release/chromatic_confiner -n -c ./color_files/2kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/2kcolors_naive.png`
  835. 277041152 calls to distance function.
  836.  
  837. Performance counter stats for 'cargo run --release -- -n -c ./color_files/2kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/2kcolors_naive.png':
  838.  
  839. 8,593,394 cache-references:u
  840. 1,318,662 cache-misses:u # 15.345 % of all cache refs
  841. 2,302,886,039 cycles:u
  842. 9,118,613,003 instructions:u # 3.96 insn per cycle
  843. 1,476,379,830 branches:u
  844. 4,562 faults:u
  845.  
  846. 0.646288010 seconds time elapsed
  847.  
  848. >>> Executing k-d tree test
  849. Finished release [optimized] target(s) in 0.0 secs
  850. Running `target/release/chromatic_confiner -c ./color_files/2kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/2kcolors.png`
  851. 36503194 calls to distance function.
  852.  
  853. Performance counter stats for 'cargo run --release -- -c ./color_files/2kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/2kcolors.png':
  854.  
  855. 8,348,249 cache-references:u
  856. 1,298,750 cache-misses:u # 15.557 % of all cache refs
  857. 1,363,332,564 cycles:u
  858. 3,783,618,328 instructions:u # 2.78 insn per cycle
  859. 546,927,074 branches:u
  860. 4,555 faults:u
  861.  
  862. 0.381756750 seconds time elapsed
  863.  
  864. >>> Using color specification ./color_files/4kcolors.colors
  865. >>> Executing naive test
  866. Finished release [optimized] target(s) in 0.0 secs
  867. Running `target/release/chromatic_confiner -n -c ./color_files/4kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/4kcolors_naive.png`
  868. 554082304 calls to distance function.
  869.  
  870. Performance counter stats for 'cargo run --release -- -n -c ./color_files/4kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/4kcolors_naive.png':
  871.  
  872. 8,992,814 cache-references:u
  873. 1,324,273 cache-misses:u # 14.726 % of all cache refs
  874. 4,307,440,733 cycles:u
  875. 17,716,409,328 instructions:u # 4.11 insn per cycle
  876. 2,863,044,392 branches:u
  877. 4,550 faults:u
  878.  
  879. 1.181788289 seconds time elapsed
  880.  
  881. >>> Executing k-d tree test
  882. Finished release [optimized] target(s) in 0.0 secs
  883. Running `target/release/chromatic_confiner -c ./color_files/4kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/4kcolors.png`
  884. 49696360 calls to distance function.
  885.  
  886. Performance counter stats for 'cargo run --release -- -c ./color_files/4kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/4kcolors.png':
  887.  
  888. 13,934,535 cache-references:u
  889. 1,323,940 cache-misses:u # 9.501 % of all cache refs
  890. 1,700,836,386 cycles:u
  891. 5,001,795,679 instructions:u # 2.94 insn per cycle
  892. 714,152,723 branches:u
  893. 4,571 faults:u
  894.  
  895. 0.470307032 seconds time elapsed
  896.  
  897. >>> Using color specification ./color_files/8kcolors.colors
  898. >>> Executing naive test
  899. Finished release [optimized] target(s) in 0.0 secs
  900. Running `target/release/chromatic_confiner -n -c ./color_files/8kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/8kcolors_naive.png`
  901. 1108164608 calls to distance function.
  902.  
  903. Performance counter stats for 'cargo run --release -- -n -c ./color_files/8kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/8kcolors_naive.png':
  904.  
  905. 419,127,356 cache-references:u
  906. 1,518,737 cache-misses:u # 0.362 % of all cache refs
  907. 8,352,931,127 cycles:u
  908. 34,906,057,816 instructions:u # 4.18 insn per cycle
  909. 5,635,709,551 branches:u
  910. 4,550 faults:u
  911.  
  912. 2.239369018 seconds time elapsed
  913.  
  914. >>> Executing k-d tree test
  915. Finished release [optimized] target(s) in 0.0 secs
  916. Running `target/release/chromatic_confiner -c ./color_files/8kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/8kcolors.png`
  917. 89944706 calls to distance function.
  918.  
  919. Performance counter stats for 'cargo run --release -- -c ./color_files/8kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/8kcolors.png':
  920.  
  921. 62,331,441 cache-references:u
  922. 1,412,646 cache-misses:u # 2.266 % of all cache refs
  923. 3,044,460,051 cycles:u
  924. 8,636,252,677 instructions:u # 2.84 insn per cycle
  925. 1,222,522,040 branches:u
  926. 4,544 faults:u
  927.  
  928. 0.825394040 seconds time elapsed
  929.  
  930. >>> Using color specification ./color_files/16kcolors.colors
  931. >>> Executing naive test
  932. Finished release [optimized] target(s) in 0.0 secs
  933. Running `target/release/chromatic_confiner -n -c ./color_files/16kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/16kcolors_naive.png`
  934. 2216329216 calls to distance function.
  935.  
  936. Performance counter stats for 'cargo run --release -- -n -c ./color_files/16kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/16kcolors_naive.png':
  937.  
  938. 2,307,737,571 cache-references:u
  939. 1,389,061 cache-misses:u # 0.060 % of all cache refs
  940. 16,374,142,392 cycles:u
  941. 69,282,313,479 instructions:u # 4.23 insn per cycle
  942. 11,180,632,519 branches:u
  943. 4,559 faults:u
  944.  
  945. 4.350727960 seconds time elapsed
  946.  
  947. >>> Executing k-d tree test
  948. Finished release [optimized] target(s) in 0.0 secs
  949. Running `target/release/chromatic_confiner -c ./color_files/16kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/16kcolors.png`
  950. 216250683 calls to distance function.
  951.  
  952. Performance counter stats for 'cargo run --release -- -c ./color_files/16kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/16kcolors.png':
  953.  
  954. 301,072,598 cache-references:u
  955. 1,407,087 cache-misses:u # 0.467 % of all cache refs
  956. 6,843,817,497 cycles:u
  957. 19,937,282,216 instructions:u # 2.91 insn per cycle
  958. 2,810,396,421 branches:u
  959. 4,570 faults:u
  960.  
  961. 1.853566138 seconds time elapsed
  962.  
  963. >>> Using color specification ./color_files/32kcolors.colors
  964. >>> Executing naive test
  965. Finished release [optimized] target(s) in 0.0 secs
  966. Running `target/release/chromatic_confiner -n -c ./color_files/32kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/32kcolors_naive.png`
  967. 4432658432 calls to distance function.
  968.  
  969. Performance counter stats for 'cargo run --release -- -n -c ./color_files/32kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/32kcolors_naive.png':
  970.  
  971. 4,877,953,061 cache-references:u
  972. 1,749,455 cache-misses:u # 0.036 % of all cache refs
  973. 32,462,628,747 cycles:u
  974. 138,031,717,320 instructions:u # 4.25 insn per cycle
  975. 22,270,092,882 branches:u
  976. 4,557 faults:u
  977.  
  978. 8.613035902 seconds time elapsed
  979.  
  980. >>> Executing k-d tree test
  981. Finished release [optimized] target(s) in 0.0 secs
  982. Running `target/release/chromatic_confiner -c ./color_files/32kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/32kcolors.png`
  983. 282888831 calls to distance function.
  984.  
  985. Performance counter stats for 'cargo run --release -- -c ./color_files/32kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/32kcolors.png':
  986.  
  987. 536,714,759 cache-references:u
  988. 1,566,459 cache-misses:u # 0.292 % of all cache refs
  989. 9,412,892,085 cycles:u
  990. 26,017,041,789 instructions:u # 2.76 insn per cycle
  991. 3,659,917,269 branches:u
  992. 4,642 faults:u
  993.  
  994. 2.516467356 seconds time elapsed
  995.  
  996. >>> Using color specification ./color_files/64kcolors.colors
  997. >>> Executing naive test
  998. Finished release [optimized] target(s) in 0.0 secs
  999. Running `target/release/chromatic_confiner -n -c ./color_files/64kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/64kcolors_naive.png`
  1000. 8865316864 calls to distance function.
  1001.  
  1002. Performance counter stats for 'cargo run --release -- -n -c ./color_files/64kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/64kcolors_naive.png':
  1003.  
  1004. 9,110,072,807 cache-references:u
  1005. 6,027,654 cache-misses:u # 0.066 % of all cache refs
  1006. 64,398,540,993 cycles:u
  1007. 275,523,714,056 instructions:u # 4.28 insn per cycle
  1008. 44,448,034,834 branches:u
  1009. 4,558 faults:u
  1010.  
  1011. 17.088439402 seconds time elapsed
  1012.  
  1013. >>> Executing k-d tree test
  1014. Finished release [optimized] target(s) in 0.0 secs
  1015. Running `target/release/chromatic_confiner -c ./color_files/64kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/64kcolors.png`
  1016. 214435716 calls to distance function.
  1017.  
  1018. Performance counter stats for 'cargo run --release -- -c ./color_files/64kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/64kcolors.png':
  1019.  
  1020. 359,020,575 cache-references:u
  1021. 4,271,534 cache-misses:u # 1.190 % of all cache refs
  1022. 7,471,726,404 cycles:u
  1023. 20,161,321,867 instructions:u # 2.70 insn per cycle
  1024. 2,836,228,888 branches:u
  1025. 4,668 faults:u
  1026.  
  1027. 2.010830365 seconds time elapsed
  1028.  
  1029. >>> Using color specification ./color_files/bad.colors
  1030. >>> Executing naive test
  1031. Finished release [optimized] target(s) in 0.0 secs
  1032. Running `target/release/chromatic_confiner -n -c ./color_files/bad.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/bad_naive.png`
  1033. 138114754 calls to distance function.
  1034.  
  1035. Performance counter stats for 'cargo run --release -- -n -c ./color_files/bad.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/bad_naive.png':
  1036.  
  1037. 7,956,124 cache-references:u
  1038. 1,290,588 cache-misses:u # 16.221 % of all cache refs
  1039. 1,300,592,065 cycles:u
  1040. 4,814,483,399 instructions:u # 3.70 insn per cycle
  1041. 782,071,222 branches:u
  1042. 4,568 faults:u
  1043.  
  1044. 0.363824637 seconds time elapsed
  1045.  
  1046. >>> Executing k-d tree test
  1047. Finished release [optimized] target(s) in 0.0 secs
  1048. Running `target/release/chromatic_confiner -c ./color_files/bad.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/bad.png`
  1049. 73050362 calls to distance function.
  1050.  
  1051. Performance counter stats for 'cargo run --release -- -c ./color_files/bad.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/bad.png':
  1052.  
  1053. 8,218,512 cache-references:u
  1054. 1,302,221 cache-misses:u # 15.845 % of all cache refs
  1055. 2,194,248,903 cycles:u
  1056. 7,071,162,308 instructions:u # 3.22 insn per cycle
  1057. 1,000,254,335 branches:u
  1058. 4,531 faults:u
  1059.  
  1060. 0.599910295 seconds time elapsed
  1061.  
  1062. >>> Using color specification ./color_files/css1.colors
  1063. >>> Executing naive test
  1064. Finished release [optimized] target(s) in 0.0 secs
  1065. Running `target/release/chromatic_confiner -n -c ./color_files/css1.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/css1_naive.png`
  1066. 2164384 calls to distance function.
  1067.  
  1068. Performance counter stats for 'cargo run --release -- -n -c ./color_files/css1.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/css1_naive.png':
  1069.  
  1070. 8,224,930 cache-references:u
  1071. 1,292,708 cache-misses:u # 15.717 % of all cache refs
  1072. 310,097,250 cycles:u
  1073. 577,543,347 instructions:u # 1.86 insn per cycle
  1074. 99,232,656 branches:u
  1075. 4,538 faults:u
  1076.  
  1077. 0.101310899 seconds time elapsed
  1078.  
  1079. >>> Executing k-d tree test
  1080. Finished release [optimized] target(s) in 0.0 secs
  1081. Running `target/release/chromatic_confiner -c ./color_files/css1.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/css1.png`
  1082. 1388678 calls to distance function.
  1083.  
  1084. Performance counter stats for 'cargo run --release -- -c ./color_files/css1.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/css1.png':
  1085.  
  1086. 7,915,347 cache-references:u
  1087. 1,288,725 cache-misses:u # 16.281 % of all cache refs
  1088. 317,951,083 cycles:u
  1089. 604,998,584 instructions:u # 1.90 insn per cycle
  1090. 99,767,432 branches:u
  1091. 4,551 faults:u
  1092.  
  1093. 0.110088948 seconds time elapsed
  1094.  
  1095. >>> Using color specification ./color_files/css2.colors
  1096. >>> Executing naive test
  1097. Finished release [optimized] target(s) in 0.0 secs
  1098. Running `target/release/chromatic_confiner -n -c ./color_files/css2.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/css2_naive.png`
  1099. 2299658 calls to distance function.
  1100.  
  1101. Performance counter stats for 'cargo run --release -- -n -c ./color_files/css2.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/css2_naive.png':
  1102.  
  1103. 8,341,868 cache-references:u
  1104. 1,302,838 cache-misses:u # 15.618 % of all cache refs
  1105. 309,192,604 cycles:u
  1106. 581,567,681 instructions:u # 1.88 insn per cycle
  1107. 99,870,336 branches:u
  1108. 4,539 faults:u
  1109.  
  1110. 0.105434815 seconds time elapsed
  1111.  
  1112. >>> Executing k-d tree test
  1113. Finished release [optimized] target(s) in 0.0 secs
  1114. Running `target/release/chromatic_confiner -c ./color_files/css2.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/css2.png`
  1115. 1447550 calls to distance function.
  1116.  
  1117. Performance counter stats for 'cargo run --release -- -c ./color_files/css2.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/css2.png':
  1118.  
  1119. 7,935,499 cache-references:u
  1120. 1,295,257 cache-misses:u # 16.322 % of all cache refs
  1121. 319,453,709 cycles:u
  1122. 611,627,288 instructions:u # 1.91 insn per cycle
  1123. 100,724,483 branches:u
  1124. 4,553 faults:u
  1125.  
  1126. 0.107198060 seconds time elapsed
  1127.  
  1128. >>> Using color specification ./color_files/css3.colors
  1129. >>> Executing naive test
  1130. Finished release [optimized] target(s) in 0.0 secs
  1131. Running `target/release/chromatic_confiner -n -c ./color_files/css3.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/css3_naive.png`
  1132. 19885278 calls to distance function.
  1133.  
  1134. Performance counter stats for 'cargo run --release -- -n -c ./color_files/css3.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/css3_naive.png':
  1135.  
  1136. 8,031,244 cache-references:u
  1137. 1,297,568 cache-misses:u # 16.157 % of all cache refs
  1138. 441,284,972 cycles:u
  1139. 1,130,584,103 instructions:u # 2.56 insn per cycle
  1140. 188,352,091 branches:u
  1141. 4,568 faults:u
  1142.  
  1143. 0.136708680 seconds time elapsed
  1144.  
  1145. >>> Executing k-d tree test
  1146. Finished release [optimized] target(s) in 0.0 secs
  1147. Running `target/release/chromatic_confiner -c ./color_files/css3.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/css3.png`
  1148. 7695993 calls to distance function.
  1149.  
  1150. Performance counter stats for 'cargo run --release -- -c ./color_files/css3.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/css3.png':
  1151.  
  1152. 8,340,250 cache-references:u
  1153. 1,306,206 cache-misses:u # 15.661 % of all cache refs
  1154. 477,881,778 cycles:u
  1155. 1,195,860,086 instructions:u # 2.50 insn per cycle
  1156. 183,992,214 branches:u
  1157. 4,540 faults:u
  1158.  
  1159. 0.147358522 seconds time elapsed
  1160.  
  1161. >>> Using color specification ./color_files/css4.colors
  1162. >>> Executing naive test
  1163. Finished release [optimized] target(s) in 0.0 secs
  1164. Running `target/release/chromatic_confiner -n -c ./color_files/css4.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/css4_naive.png`
  1165. 20020552 calls to distance function.
  1166.  
  1167. Performance counter stats for 'cargo run --release -- -n -c ./color_files/css4.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/css4_naive.png':
  1168.  
  1169. 8,352,664 cache-references:u
  1170. 1,307,052 cache-misses:u # 15.648 % of all cache refs
  1171. 437,567,779 cycles:u
  1172. 1,135,258,671 instructions:u # 2.59 insn per cycle
  1173. 189,116,378 branches:u
  1174. 4,548 faults:u
  1175.  
  1176. 0.140905488 seconds time elapsed
  1177.  
  1178. >>> Executing k-d tree test
  1179. Finished release [optimized] target(s) in 0.0 secs
  1180. Running `target/release/chromatic_confiner -c ./color_files/css4.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/css4.png`
  1181. 6921220 calls to distance function.
  1182.  
  1183. Performance counter stats for 'cargo run --release -- -c ./color_files/css4.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/css4.png':
  1184.  
  1185. 8,182,955 cache-references:u
  1186. 1,293,503 cache-misses:u # 15.807 % of all cache refs
  1187. 463,334,746 cycles:u
  1188. 1,125,743,866 instructions:u # 2.43 insn per cycle
  1189. 174,135,851 branches:u
  1190. 4,557 faults:u
  1191.  
  1192. 0.142878280 seconds time elapsed
  1193.  
  1194. ----------END EXECUTION ON ./images/church_283_480.jpg----------
  1195. ----------BEGIN EXECUTION ON ./images/colin_279_368.jpg-----------
  1196. >>> Using color specification ./color_files/1kcolors.colors
  1197. >>> Executing naive test
  1198. Finished release [optimized] target(s) in 0.0 secs
  1199. Running `target/release/chromatic_confiner -n -c ./color_files/1kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/1kcolors_naive.png`
  1200. 105136128 calls to distance function.
  1201.  
  1202. Performance counter stats for 'cargo run --release -- -n -c ./color_files/1kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/1kcolors_naive.png':
  1203.  
  1204. 8,100,878 cache-references:u
  1205. 1,374,971 cache-misses:u # 16.973 % of all cache refs
  1206. 1,044,362,451 cycles:u
  1207. 3,739,856,226 instructions:u # 3.58 insn per cycle
  1208. 609,262,711 branches:u
  1209. 4,556 faults:u
  1210.  
  1211. 0.320499609 seconds time elapsed
  1212.  
  1213. >>> Executing k-d tree test
  1214. Finished release [optimized] target(s) in 0.0 secs
  1215. Running `target/release/chromatic_confiner -c ./color_files/1kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/1kcolors.png`
  1216. 9217541 calls to distance function.
  1217.  
  1218. Performance counter stats for 'cargo run --release -- -c ./color_files/1kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/1kcolors.png':
  1219.  
  1220. 7,533,666 cache-references:u
  1221. 1,258,491 cache-misses:u # 16.705 % of all cache refs
  1222. 507,925,386 cycles:u
  1223. 1,299,287,770 instructions:u # 2.56 insn per cycle
  1224. 197,307,260 branches:u
  1225. 4,561 faults:u
  1226.  
  1227. 0.157149996 seconds time elapsed
  1228.  
  1229. >>> Using color specification ./color_files/2kcolors.colors
  1230. >>> Executing naive test
  1231. Finished release [optimized] target(s) in 0.0 secs
  1232. Running `target/release/chromatic_confiner -n -c ./color_files/2kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/2kcolors_naive.png`
  1233. 210272256 calls to distance function.
  1234.  
  1235. Performance counter stats for 'cargo run --release -- -n -c ./color_files/2kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/2kcolors_naive.png':
  1236.  
  1237. 8,360,778 cache-references:u
  1238. 1,318,107 cache-misses:u # 15.765 % of all cache refs
  1239. 1,803,376,319 cycles:u
  1240. 7,003,579,898 instructions:u # 3.88 insn per cycle
  1241. 1,135,680,713 branches:u
  1242. 4,555 faults:u
  1243.  
  1244. 0.509826082 seconds time elapsed
  1245.  
  1246. >>> Executing k-d tree test
  1247. Finished release [optimized] target(s) in 0.0 secs
  1248. Running `target/release/chromatic_confiner -c ./color_files/2kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/2kcolors.png`
  1249. 12970185 calls to distance function.
  1250.  
  1251. Performance counter stats for 'cargo run --release -- -c ./color_files/2kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/2kcolors.png':
  1252.  
  1253. 7,628,971 cache-references:u
  1254. 1,276,036 cache-misses:u # 16.726 % of all cache refs
  1255. 599,239,892 cycles:u
  1256. 1,641,498,382 instructions:u # 2.74 insn per cycle
  1257. 245,817,786 branches:u
  1258. 4,546 faults:u
  1259.  
  1260. 0.179330959 seconds time elapsed
  1261.  
  1262. >>> Using color specification ./color_files/4kcolors.colors
  1263. >>> Executing naive test
  1264. Finished release [optimized] target(s) in 0.0 secs
  1265. Running `target/release/chromatic_confiner -n -c ./color_files/4kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/4kcolors_naive.png`
  1266. 420544512 calls to distance function.
  1267.  
  1268. Performance counter stats for 'cargo run --release -- -n -c ./color_files/4kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/4kcolors_naive.png':
  1269.  
  1270. 8,757,463 cache-references:u
  1271. 1,373,462 cache-misses:u # 15.683 % of all cache refs
  1272. 3,318,449,146 cycles:u
  1273. 13,528,182,513 instructions:u # 4.08 insn per cycle
  1274. 2,188,099,160 branches:u
  1275. 4,537 faults:u
  1276.  
  1277. 0.898060113 seconds time elapsed
  1278.  
  1279. >>> Executing k-d tree test
  1280. Finished release [optimized] target(s) in 0.0 secs
  1281. Running `target/release/chromatic_confiner -c ./color_files/4kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/4kcolors.png`
  1282. 23147744 calls to distance function.
  1283.  
  1284. Performance counter stats for 'cargo run --release -- -c ./color_files/4kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/4kcolors.png':
  1285.  
  1286. 7,888,334 cache-references:u
  1287. 1,321,265 cache-misses:u # 16.750 % of all cache refs
  1288. 898,576,792 cycles:u
  1289. 2,580,893,545 instructions:u # 2.87 insn per cycle
  1290. 376,532,542 branches:u
  1291. 4,556 faults:u
  1292.  
  1293. 0.264723907 seconds time elapsed
  1294.  
  1295. >>> Using color specification ./color_files/8kcolors.colors
  1296. >>> Executing naive test
  1297. Finished release [optimized] target(s) in 0.0 secs
  1298. Running `target/release/chromatic_confiner -n -c ./color_files/8kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/8kcolors_naive.png`
  1299. 841089024 calls to distance function.
  1300.  
  1301. Performance counter stats for 'cargo run --release -- -n -c ./color_files/8kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/8kcolors_naive.png':
  1302.  
  1303. 334,090,142 cache-references:u
  1304. 1,309,201 cache-misses:u # 0.392 % of all cache refs
  1305. 6,428,173,938 cycles:u
  1306. 26,576,935,405 instructions:u # 4.13 insn per cycle
  1307. 4,292,904,891 branches:u
  1308. 4,561 faults:u
  1309.  
  1310. 1.725069797 seconds time elapsed
  1311.  
  1312. >>> Executing k-d tree test
  1313. Finished release [optimized] target(s) in 0.0 secs
  1314. Running `target/release/chromatic_confiner -c ./color_files/8kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/8kcolors.png`
  1315. 55584514 calls to distance function.
  1316.  
  1317. Performance counter stats for 'cargo run --release -- -c ./color_files/8kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/8kcolors.png':
  1318.  
  1319. 37,286,780 cache-references:u
  1320. 1,279,588 cache-misses:u # 3.432 % of all cache refs
  1321. 1,950,280,921 cycles:u
  1322. 5,521,941,565 instructions:u # 2.83 insn per cycle
  1323. 785,525,574 branches:u
  1324. 4,561 faults:u
  1325.  
  1326. 0.536109160 seconds time elapsed
  1327.  
  1328. >>> Using color specification ./color_files/16kcolors.colors
  1329. >>> Executing naive test
  1330. Finished release [optimized] target(s) in 0.0 secs
  1331. Running `target/release/chromatic_confiner -n -c ./color_files/16kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/16kcolors_naive.png`
  1332. 1682178048 calls to distance function.
  1333.  
  1334. Performance counter stats for 'cargo run --release -- -n -c ./color_files/16kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/16kcolors_naive.png':
  1335.  
  1336. 1,867,292,258 cache-references:u
  1337. 1,350,065 cache-misses:u # 0.072 % of all cache refs
  1338. 12,525,010,448 cycles:u
  1339. 52,672,550,150 instructions:u # 4.21 insn per cycle
  1340. 8,502,268,914 branches:u
  1341. 4,552 faults:u
  1342.  
  1343. 3.333046332 seconds time elapsed
  1344.  
  1345. >>> Executing k-d tree test
  1346. Finished release [optimized] target(s) in 0.0 secs
  1347. Running `target/release/chromatic_confiner -c ./color_files/16kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/16kcolors.png`
  1348. 28014706 calls to distance function.
  1349.  
  1350. Performance counter stats for 'cargo run --release -- -c ./color_files/16kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/16kcolors.png':
  1351.  
  1352. 14,739,087 cache-references:u
  1353. 1,341,358 cache-misses:u # 9.101 % of all cache refs
  1354. 1,108,921,434 cycles:u
  1355. 3,080,005,969 instructions:u # 2.78 insn per cycle
  1356. 449,300,992 branches:u
  1357. 4,543 faults:u
  1358.  
  1359. 0.324656552 seconds time elapsed
  1360.  
  1361. >>> Using color specification ./color_files/32kcolors.colors
  1362. >>> Executing naive test
  1363. Finished release [optimized] target(s) in 0.0 secs
  1364. Running `target/release/chromatic_confiner -n -c ./color_files/32kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/32kcolors_naive.png`
  1365. 3364356096 calls to distance function.
  1366.  
  1367. Performance counter stats for 'cargo run --release -- -n -c ./color_files/32kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/32kcolors_naive.png':
  1368.  
  1369. 3,554,077,477 cache-references:u
  1370. 4,091,104 cache-misses:u # 0.115 % of all cache refs
  1371. 25,169,399,142 cycles:u
  1372. 104,861,916,904 instructions:u # 4.17 insn per cycle
  1373. 16,920,787,590 branches:u
  1374. 4,556 faults:u
  1375.  
  1376. 7.030176537 seconds time elapsed
  1377.  
  1378. >>> Executing k-d tree test
  1379. Finished release [optimized] target(s) in 0.0 secs
  1380. Running `target/release/chromatic_confiner -c ./color_files/32kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/32kcolors.png`
  1381. 293846853 calls to distance function.
  1382.  
  1383. Performance counter stats for 'cargo run --release -- -c ./color_files/32kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/32kcolors.png':
  1384.  
  1385. 482,423,259 cache-references:u
  1386. 1,576,960 cache-misses:u # 0.327 % of all cache refs
  1387. 9,839,384,670 cycles:u
  1388. 27,074,586,824 instructions:u # 2.75 insn per cycle
  1389. 3,788,395,096 branches:u
  1390. 4,602 faults:u
  1391.  
  1392. 2.625020780 seconds time elapsed
  1393.  
  1394. >>> Using color specification ./color_files/64kcolors.colors
  1395. >>> Executing naive test
  1396. Finished release [optimized] target(s) in 0.0 secs
  1397. Running `target/release/chromatic_confiner -n -c ./color_files/64kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/64kcolors_naive.png`
  1398. 6728712192 calls to distance function.
  1399.  
  1400. Performance counter stats for 'cargo run --release -- -n -c ./color_files/64kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/64kcolors_naive.png':
  1401.  
  1402. 6,935,716,183 cache-references:u
  1403. 5,861,867 cache-misses:u # 0.085 % of all cache refs
  1404. 49,037,516,758 cycles:u
  1405. 209,237,007,579 instructions:u # 4.27 insn per cycle
  1406. 33,757,290,137 branches:u
  1407. 4,562 faults:u
  1408.  
  1409. 13.090033175 seconds time elapsed
  1410.  
  1411. >>> Executing k-d tree test
  1412. Finished release [optimized] target(s) in 0.0 secs
  1413. Running `target/release/chromatic_confiner -c ./color_files/64kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/64kcolors.png`
  1414. 136309021 calls to distance function.
  1415.  
  1416. Performance counter stats for 'cargo run --release -- -c ./color_files/64kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/64kcolors.png':
  1417.  
  1418. 231,979,877 cache-references:u
  1419. 2,239,173 cache-misses:u # 0.965 % of all cache refs
  1420. 4,931,101,747 cycles:u
  1421. 13,126,328,485 instructions:u # 2.66 insn per cycle
  1422. 1,851,361,115 branches:u
  1423. 4,688 faults:u
  1424.  
  1425. 1.333085557 seconds time elapsed
  1426.  
  1427. >>> Using color specification ./color_files/bad.colors
  1428. >>> Executing naive test
  1429. Finished release [optimized] target(s) in 0.0 secs
  1430. Running `target/release/chromatic_confiner -n -c ./color_files/bad.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/bad_naive.png`
  1431. 104828112 calls to distance function.
  1432.  
  1433. Performance counter stats for 'cargo run --release -- -n -c ./color_files/bad.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/bad_naive.png':
  1434.  
  1435. 7,837,271 cache-references:u
  1436. 1,277,364 cache-misses:u # 16.299 % of all cache refs
  1437. 1,044,484,423 cycles:u
  1438. 3,743,688,878 instructions:u # 3.58 insn per cycle
  1439. 609,427,838 branches:u
  1440. 4,555 faults:u
  1441.  
  1442. 0.307088174 seconds time elapsed
  1443.  
  1444. >>> Executing k-d tree test
  1445. Finished release [optimized] target(s) in 0.0 secs
  1446. Running `target/release/chromatic_confiner -c ./color_files/bad.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/bad.png`
  1447. 33089648 calls to distance function.
  1448.  
  1449. Performance counter stats for 'cargo run --release -- -c ./color_files/bad.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/bad.png':
  1450.  
  1451. 8,074,467 cache-references:u
  1452. 1,289,489 cache-misses:u # 15.970 % of all cache refs
  1453. 1,142,444,314 cycles:u
  1454. 3,455,189,438 instructions:u # 3.02 insn per cycle
  1455. 496,574,848 branches:u
  1456. 4,532 faults:u
  1457.  
  1458. 0.322313647 seconds time elapsed
  1459.  
  1460. >>> Using color specification ./color_files/css1.colors
  1461. >>> Executing naive test
  1462. Finished release [optimized] target(s) in 0.0 secs
  1463. Running `target/release/chromatic_confiner -n -c ./color_files/css1.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/css1_naive.png`
  1464. 1642752 calls to distance function.
  1465.  
  1466. Performance counter stats for 'cargo run --release -- -n -c ./color_files/css1.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/css1_naive.png':
  1467.  
  1468. 8,258,234 cache-references:u
  1469. 1,310,361 cache-misses:u # 15.867 % of all cache refs
  1470. 290,073,142 cycles:u
  1471. 522,634,905 instructions:u # 1.80 insn per cycle
  1472. 90,514,714 branches:u
  1473. 4,549 faults:u
  1474.  
  1475. 0.097532405 seconds time elapsed
  1476.  
  1477. >>> Executing k-d tree test
  1478. Finished release [optimized] target(s) in 0.0 secs
  1479. Running `target/release/chromatic_confiner -c ./color_files/css1.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/css1.png`
  1480. 631958 calls to distance function.
  1481.  
  1482. Performance counter stats for 'cargo run --release -- -c ./color_files/css1.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/css1.png':
  1483.  
  1484. 8,198,945 cache-references:u
  1485. 1,294,772 cache-misses:u # 15.792 % of all cache refs
  1486. 287,482,726 cycles:u
  1487. 504,458,253 instructions:u # 1.75 insn per cycle
  1488. 85,440,627 branches:u
  1489. 4,544 faults:u
  1490.  
  1491. 0.098283095 seconds time elapsed
  1492.  
  1493. >>> Using color specification ./color_files/css2.colors
  1494. >>> Executing naive test
  1495. Finished release [optimized] target(s) in 0.0 secs
  1496. Running `target/release/chromatic_confiner -n -c ./color_files/css2.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/css2_naive.png`
  1497. 1745424 calls to distance function.
  1498.  
  1499. Performance counter stats for 'cargo run --release -- -n -c ./color_files/css2.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/css2_naive.png':
  1500.  
  1501. 7,902,433 cache-references:u
  1502. 1,290,030 cache-misses:u # 16.324 % of all cache refs
  1503. 294,253,064 cycles:u
  1504. 526,301,359 instructions:u # 1.79 insn per cycle
  1505. 91,114,006 branches:u
  1506. 4,563 faults:u
  1507.  
  1508. 0.098852866 seconds time elapsed
  1509.  
  1510. >>> Executing k-d tree test
  1511. Finished release [optimized] target(s) in 0.0 secs
  1512. Running `target/release/chromatic_confiner -c ./color_files/css2.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/css2.png`
  1513. 690727 calls to distance function.
  1514.  
  1515. Performance counter stats for 'cargo run --release -- -c ./color_files/css2.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/css2.png':
  1516.  
  1517. 7,857,154 cache-references:u
  1518. 1,275,302 cache-misses:u # 16.231 % of all cache refs
  1519. 288,149,849 cycles:u
  1520. 510,430,349 instructions:u # 1.77 insn per cycle
  1521. 86,300,275 branches:u
  1522. 4,562 faults:u
  1523.  
  1524. 0.096946865 seconds time elapsed
  1525.  
  1526. >>> Using color specification ./color_files/css3.colors
  1527. >>> Executing naive test
  1528. Finished release [optimized] target(s) in 0.0 secs
  1529. Running `target/release/chromatic_confiner -n -c ./color_files/css3.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/css3_naive.png`
  1530. 15092784 calls to distance function.
  1531.  
  1532. Performance counter stats for 'cargo run --release -- -n -c ./color_files/css3.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/css3_naive.png':
  1533.  
  1534. 8,011,423 cache-references:u
  1535. 1,299,980 cache-misses:u # 16.227 % of all cache refs
  1536. 391,831,674 cycles:u
  1537. 944,774,179 instructions:u # 2.41 insn per cycle
  1538. 158,441,438 branches:u
  1539. 4,568 faults:u
  1540.  
  1541. 0.124673498 seconds time elapsed
  1542.  
  1543. >>> Executing k-d tree test
  1544. Finished release [optimized] target(s) in 0.0 secs
  1545. Running `target/release/chromatic_confiner -c ./color_files/css3.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/css3.png`
  1546. 7560509 calls to distance function.
  1547.  
  1548. Performance counter stats for 'cargo run --release -- -c ./color_files/css3.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/css3.png':
  1549.  
  1550. 8,287,810 cache-references:u
  1551. 1,293,982 cache-misses:u # 15.613 % of all cache refs
  1552. 453,643,577 cycles:u
  1553. 1,158,752,069 instructions:u # 2.55 insn per cycle
  1554. 178,217,138 branches:u
  1555. 4,541 faults:u
  1556.  
  1557. 0.142522673 seconds time elapsed
  1558.  
  1559. >>> Using color specification ./color_files/css4.colors
  1560. >>> Executing naive test
  1561. Finished release [optimized] target(s) in 0.0 secs
  1562. Running `target/release/chromatic_confiner -n -c ./color_files/css4.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/css4_naive.png`
  1563. 15195456 calls to distance function.
  1564.  
  1565. Performance counter stats for 'cargo run --release -- -n -c ./color_files/css4.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/css4_naive.png':
  1566.  
  1567. 8,234,046 cache-references:u
  1568. 1,308,438 cache-misses:u # 15.891 % of all cache refs
  1569. 391,583,043 cycles:u
  1570. 949,106,800 instructions:u # 2.42 insn per cycle
  1571. 159,179,221 branches:u
  1572. 4,562 faults:u
  1573.  
  1574. 0.128010122 seconds time elapsed
  1575.  
  1576. >>> Executing k-d tree test
  1577. Finished release [optimized] target(s) in 0.0 secs
  1578. Running `target/release/chromatic_confiner -c ./color_files/css4.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/css4.png`
  1579. 4576059 calls to distance function.
  1580.  
  1581. Performance counter stats for 'cargo run --release -- -c ./color_files/css4.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/css4.png':
  1582.  
  1583. 8,234,544 cache-references:u
  1584. 1,303,046 cache-misses:u # 15.824 % of all cache refs
  1585. 384,694,376 cycles:u
  1586. 881,356,185 instructions:u # 2.29 insn per cycle
  1587. 139,207,800 branches:u
  1588. 4,549 faults:u
  1589.  
  1590. 0.123012849 seconds time elapsed
  1591.  
  1592. ----------END EXECUTION ON ./images/colin_279_368.jpg----------
  1593. ----------BEGIN EXECUTION ON ./images/garden_1023_740.jpg-----------
  1594. >>> Using color specification ./color_files/1kcolors.colors
  1595. >>> Executing naive test
  1596. Finished release [optimized] target(s) in 0.0 secs
  1597. Running `target/release/chromatic_confiner -n -c ./color_files/1kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/1kcolors_naive.png`
  1598. 775188480 calls to distance function.
  1599.  
  1600. Performance counter stats for 'cargo run --release -- -n -c ./color_files/1kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/1kcolors_naive.png':
  1601.  
  1602. 9,589,311 cache-references:u
  1603. 1,551,031 cache-misses:u # 16.175 % of all cache refs
  1604. 6,198,698,391 cycles:u
  1605. 25,351,727,078 instructions:u # 4.09 insn per cycle
  1606. 4,094,741,142 branches:u
  1607. 4,574 faults:u
  1608.  
  1609. 1.658395520 seconds time elapsed
  1610.  
  1611. >>> Executing k-d tree test
  1612. Finished release [optimized] target(s) in 0.0 secs
  1613. Running `target/release/chromatic_confiner -c ./color_files/1kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/1kcolors.png`
  1614. 274270473 calls to distance function.
  1615.  
  1616. Performance counter stats for 'cargo run --release -- -c ./color_files/1kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/1kcolors.png':
  1617.  
  1618. 9,777,196 cache-references:u
  1619. 1,567,453 cache-misses:u # 16.032 % of all cache refs
  1620. 8,488,396,235 cycles:u
  1621. 25,741,328,959 instructions:u # 3.03 insn per cycle
  1622. 3,635,984,294 branches:u
  1623. 4,578 faults:u
  1624.  
  1625. 2.256173639 seconds time elapsed
  1626.  
  1627. >>> Using color specification ./color_files/2kcolors.colors
  1628. >>> Executing naive test
  1629. Finished release [optimized] target(s) in 0.0 secs
  1630. Running `target/release/chromatic_confiner -n -c ./color_files/2kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/2kcolors_naive.png`
  1631. 1550376960 calls to distance function.
  1632.  
  1633. Performance counter stats for 'cargo run --release -- -n -c ./color_files/2kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/2kcolors_naive.png':
  1634.  
  1635. 11,039,347 cache-references:u
  1636. 1,686,889 cache-misses:u # 15.281 % of all cache refs
  1637. 11,812,880,236 cycles:u
  1638. 49,417,932,530 instructions:u # 4.18 insn per cycle
  1639. 7,974,978,987 branches:u
  1640. 4,595 faults:u
  1641.  
  1642. 3.140136269 seconds time elapsed
  1643.  
  1644. >>> Executing k-d tree test
  1645. Finished release [optimized] target(s) in 0.0 secs
  1646. Running `target/release/chromatic_confiner -c ./color_files/2kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/2kcolors.png`
  1647. 274834120 calls to distance function.
  1648.  
  1649. Performance counter stats for 'cargo run --release -- -c ./color_files/2kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/2kcolors.png':
  1650.  
  1651. 12,656,637 cache-references:u
  1652. 1,641,245 cache-misses:u # 12.967 % of all cache refs
  1653. 8,917,924,851 cycles:u
  1654. 25,855,728,722 instructions:u # 2.90 insn per cycle
  1655. 3,651,329,694 branches:u
  1656. 4,552 faults:u
  1657.  
  1658. 2.379800440 seconds time elapsed
  1659.  
  1660. >>> Using color specification ./color_files/4kcolors.colors
  1661. >>> Executing naive test
  1662. Finished release [optimized] target(s) in 0.0 secs
  1663. Running `target/release/chromatic_confiner -n -c ./color_files/4kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/4kcolors_naive.png`
  1664. 3100753920 calls to distance function.
  1665.  
  1666. Performance counter stats for 'cargo run --release -- -n -c ./color_files/4kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/4kcolors_naive.png':
  1667.  
  1668. 30,345,802 cache-references:u
  1669. 1,620,399 cache-misses:u # 5.340 % of all cache refs
  1670. 22,990,673,434 cycles:u
  1671. 97,516,338,480 instructions:u # 4.24 insn per cycle
  1672. 15,731,522,819 branches:u
  1673. 4,576 faults:u
  1674.  
  1675. 6.101622644 seconds time elapsed
  1676.  
  1677. >>> Executing k-d tree test
  1678. Finished release [optimized] target(s) in 0.0 secs
  1679. Running `target/release/chromatic_confiner -c ./color_files/4kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/4kcolors.png`
  1680. 210716202 calls to distance function.
  1681.  
  1682. Performance counter stats for 'cargo run --release -- -c ./color_files/4kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/4kcolors.png':
  1683.  
  1684. 96,391,163 cache-references:u
  1685. 1,858,134 cache-misses:u # 1.928 % of all cache refs
  1686. 7,227,193,281 cycles:u
  1687. 20,293,434,809 instructions:u # 2.81 insn per cycle
  1688. 2,857,957,579 branches:u
  1689. 4,570 faults:u
  1690.  
  1691. 1.940061948 seconds time elapsed
  1692.  
  1693. >>> Using color specification ./color_files/8kcolors.colors
  1694. >>> Executing naive test
  1695. Finished release [optimized] target(s) in 0.0 secs
  1696. Running `target/release/chromatic_confiner -n -c ./color_files/8kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/8kcolors_naive.png`
  1697. 6201507840 calls to distance function.
  1698.  
  1699. Performance counter stats for 'cargo run --release -- -n -c ./color_files/8kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/8kcolors_naive.png':
  1700.  
  1701. 2,264,368,565 cache-references:u
  1702. 1,890,950 cache-misses:u # 0.084 % of all cache refs
  1703. 45,509,203,657 cycles:u
  1704. 193,690,621,710 instructions:u # 4.26 insn per cycle
  1705. 31,242,246,830 branches:u
  1706. 4,566 faults:u
  1707.  
  1708. 12.067189627 seconds time elapsed
  1709.  
  1710. >>> Executing k-d tree test
  1711. Finished release [optimized] target(s) in 0.0 secs
  1712. Running `target/release/chromatic_confiner -c ./color_files/8kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/8kcolors.png`
  1713. 488096202 calls to distance function.
  1714.  
  1715. Performance counter stats for 'cargo run --release -- -c ./color_files/8kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/8kcolors.png':
  1716.  
  1717. 511,978,056 cache-references:u
  1718. 1,636,961 cache-misses:u # 0.320 % of all cache refs
  1719. 16,921,526,303 cycles:u
  1720. 45,243,300,174 instructions:u # 2.67 insn per cycle
  1721. 6,337,862,061 branches:u
  1722. 4,575 faults:u
  1723.  
  1724. 4.484688764 seconds time elapsed
  1725.  
  1726. >>> Using color specification ./color_files/16kcolors.colors
  1727. >>> Executing naive test
  1728. Finished release [optimized] target(s) in 0.0 secs
  1729. Running `target/release/chromatic_confiner -n -c ./color_files/16kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/16kcolors_naive.png`
  1730. 12403015680 calls to distance function.
  1731.  
  1732. Performance counter stats for 'cargo run --release -- -n -c ./color_files/16kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/16kcolors_naive.png':
  1733.  
  1734. 12,890,560,760 cache-references:u
  1735. 1,896,783 cache-misses:u # 0.015 % of all cache refs
  1736. 90,582,614,865 cycles:u
  1737. 385,987,126,544 instructions:u # 4.26 insn per cycle
  1738. 62,257,489,485 branches:u
  1739. 4,565 faults:u
  1740.  
  1741. 24.029671434 seconds time elapsed
  1742.  
  1743. >>> Executing k-d tree test
  1744. Finished release [optimized] target(s) in 0.0 secs
  1745. Running `target/release/chromatic_confiner -c ./color_files/16kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/16kcolors.png`
  1746. 852603080 calls to distance function.
  1747.  
  1748. Performance counter stats for 'cargo run --release -- -c ./color_files/16kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/16kcolors.png':
  1749.  
  1750. 1,413,441,678 cache-references:u
  1751. 1,827,528 cache-misses:u # 0.129 % of all cache refs
  1752. 27,931,878,399 cycles:u
  1753. 77,630,069,486 instructions:u # 2.78 insn per cycle
  1754. 10,909,785,090 branches:u
  1755. 4,710 faults:u
  1756.  
  1757. 7.398750488 seconds time elapsed
  1758.  
  1759. >>> Using color specification ./color_files/32kcolors.colors
  1760. >>> Executing naive test
  1761. Finished release [optimized] target(s) in 0.0 secs
  1762. Running `target/release/chromatic_confiner -n -c ./color_files/32kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/32kcolors_naive.png`
  1763. 24806031360 calls to distance function.
  1764.  
  1765. Performance counter stats for 'cargo run --release -- -n -c ./color_files/32kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/32kcolors_naive.png':
  1766.  
  1767. 27,184,887,173 cache-references:u
  1768. 3,329,837 cache-misses:u # 0.012 % of all cache refs
  1769. 180,334,364,505 cycles:u
  1770. 770,535,464,743 instructions:u # 4.27 insn per cycle
  1771. 124,282,058,099 branches:u
  1772. 4,558 faults:u
  1773.  
  1774. 47.833076952 seconds time elapsed
  1775.  
  1776. >>> Executing k-d tree test
  1777. Finished release [optimized] target(s) in 0.0 secs
  1778. Running `target/release/chromatic_confiner -c ./color_files/32kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/32kcolors.png`
  1779. 1282927930 calls to distance function.
  1780.  
  1781. Performance counter stats for 'cargo run --release -- -c ./color_files/32kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/32kcolors.png':
  1782.  
  1783. 2,372,020,376 cache-references:u
  1784. 4,534,658 cache-misses:u # 0.191 % of all cache refs
  1785. 42,273,883,333 cycles:u
  1786. 116,203,071,571 instructions:u # 2.75 insn per cycle
  1787. 16,311,465,474 branches:u
  1788. 4,739 faults:u
  1789.  
  1790. 11.218079628 seconds time elapsed
  1791.  
  1792. >>> Using color specification ./color_files/64kcolors.colors
  1793. >>> Executing naive test
  1794. Finished release [optimized] target(s) in 0.0 secs
  1795. Running `target/release/chromatic_confiner -n -c ./color_files/64kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/64kcolors_naive.png`
  1796. 49612062720 calls to distance function.
  1797.  
  1798. Performance counter stats for 'cargo run --release -- -n -c ./color_files/64kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/64kcolors_naive.png':
  1799.  
  1800. 54,358,536,758 cache-references:u
  1801. 24,812,485 cache-misses:u # 0.046 % of all cache refs
  1802. 359,199,673,544 cycles:u
  1803. 1,539,611,559,695 instructions:u # 4.29 insn per cycle
  1804. 248,328,402,929 branches:u
  1805. 4,561 faults:u
  1806.  
  1807. 95.196282121 seconds time elapsed
  1808.  
  1809. >>> Executing k-d tree test
  1810. Finished release [optimized] target(s) in 0.0 secs
  1811. Running `target/release/chromatic_confiner -c ./color_files/64kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/64kcolors.png`
  1812. 1722461559 calls to distance function.
  1813.  
  1814. Performance counter stats for 'cargo run --release -- -c ./color_files/64kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/64kcolors.png':
  1815.  
  1816. 3,374,947,216 cache-references:u
  1817. 25,947,411 cache-misses:u # 0.769 % of all cache refs
  1818. 58,177,257,140 cycles:u
  1819. 156,150,009,223 instructions:u # 2.68 insn per cycle
  1820. 21,841,445,355 branches:u
  1821. 4,781 faults:u
  1822.  
  1823. 15.423066401 seconds time elapsed
  1824.  
  1825. >>> Using color specification ./color_files/bad.colors
  1826. >>> Executing naive test
  1827. Finished release [optimized] target(s) in 0.0 secs
  1828. Running `target/release/chromatic_confiner -n -c ./color_files/bad.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/bad_naive.png`
  1829. 772917420 calls to distance function.
  1830.  
  1831. Performance counter stats for 'cargo run --release -- -n -c ./color_files/bad.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/bad_naive.png':
  1832.  
  1833. 9,651,028 cache-references:u
  1834. 1,623,128 cache-misses:u # 16.818 % of all cache refs
  1835. 6,179,321,540 cycles:u
  1836. 25,290,583,846 instructions:u # 4.09 insn per cycle
  1837. 4,085,044,690 branches:u
  1838. 4,578 faults:u
  1839.  
  1840. 1.654198229 seconds time elapsed
  1841.  
  1842. >>> Executing k-d tree test
  1843. Finished release [optimized] target(s) in 0.0 secs
  1844. Running `target/release/chromatic_confiner -c ./color_files/bad.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/bad.png`
  1845. 297615506 calls to distance function.
  1846.  
  1847. Performance counter stats for 'cargo run --release -- -c ./color_files/bad.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/bad.png':
  1848.  
  1849. 9,496,379 cache-references:u
  1850. 1,590,640 cache-misses:u # 16.750 % of all cache refs
  1851. 8,248,270,038 cycles:u
  1852. 27,854,720,606 instructions:u # 3.38 insn per cycle
  1853. 3,912,197,133 branches:u
  1854. 4,555 faults:u
  1855.  
  1856. 2.218117799 seconds time elapsed
  1857.  
  1858. >>> Using color specification ./color_files/css1.colors
  1859. >>> Executing naive test
  1860. Finished release [optimized] target(s) in 0.0 secs
  1861. Running `target/release/chromatic_confiner -n -c ./color_files/css1.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/css1_naive.png`
  1862. 12112320 calls to distance function.
  1863.  
  1864. Performance counter stats for 'cargo run --release -- -n -c ./color_files/css1.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/css1_naive.png':
  1865.  
  1866. 9,713,023 cache-references:u
  1867. 1,528,846 cache-misses:u # 15.740 % of all cache refs
  1868. 649,985,916 cycles:u
  1869. 1,612,028,404 instructions:u # 2.48 insn per cycle
  1870. 268,217,446 branches:u
  1871. 4,578 faults:u
  1872.  
  1873. 0.186096773 seconds time elapsed
  1874.  
  1875. >>> Executing k-d tree test
  1876. Finished release [optimized] target(s) in 0.0 secs
  1877. Running `target/release/chromatic_confiner -c ./color_files/css1.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/css1.png`
  1878. 7841428 calls to distance function.
  1879.  
  1880. Performance counter stats for 'cargo run --release -- -c ./color_files/css1.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/css1.png':
  1881.  
  1882. 9,435,006 cache-references:u
  1883. 1,486,397 cache-misses:u # 15.754 % of all cache refs
  1884. 710,269,672 cycles:u
  1885. 1,785,998,471 instructions:u # 2.51 insn per cycle
  1886. 274,176,218 branches:u
  1887. 4,574 faults:u
  1888.  
  1889. 0.201585511 seconds time elapsed
  1890.  
  1891. >>> Using color specification ./color_files/css2.colors
  1892. >>> Executing naive test
  1893. Finished release [optimized] target(s) in 0.0 secs
  1894. Running `target/release/chromatic_confiner -n -c ./color_files/css2.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/css2_naive.png`
  1895. 12869340 calls to distance function.
  1896.  
  1897. Performance counter stats for 'cargo run --release -- -n -c ./color_files/css2.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/css2_naive.png':
  1898.  
  1899. 9,117,186 cache-references:u
  1900. 1,503,142 cache-misses:u # 16.487 % of all cache refs
  1901. 656,880,966 cycles:u
  1902. 1,635,609,569 instructions:u # 2.49 insn per cycle
  1903. 272,034,061 branches:u
  1904. 4,564 faults:u
  1905.  
  1906. 0.187645630 seconds time elapsed
  1907.  
  1908. >>> Executing k-d tree test
  1909. Finished release [optimized] target(s) in 0.0 secs
  1910. Running `target/release/chromatic_confiner -c ./color_files/css2.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/css2.png`
  1911. 8146460 calls to distance function.
  1912.  
  1913. Performance counter stats for 'cargo run --release -- -c ./color_files/css2.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/css2.png':
  1914.  
  1915. 9,329,295 cache-references:u
  1916. 1,501,452 cache-misses:u # 16.094 % of all cache refs
  1917. 717,433,737 cycles:u
  1918. 1,821,965,262 instructions:u # 2.54 insn per cycle
  1919. 279,247,991 branches:u
  1920. 4,561 faults:u
  1921.  
  1922. 0.205655102 seconds time elapsed
  1923.  
  1924. >>> Using color specification ./color_files/css3.colors
  1925. >>> Executing naive test
  1926. Finished release [optimized] target(s) in 0.0 secs
  1927. Running `target/release/chromatic_confiner -n -c ./color_files/css3.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/css3_naive.png`
  1928. 111281940 calls to distance function.
  1929.  
  1930. Performance counter stats for 'cargo run --release -- -n -c ./color_files/css3.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/css3_naive.png':
  1931.  
  1932. 9,451,384 cache-references:u
  1933. 1,519,289 cache-misses:u # 16.075 % of all cache refs
  1934. 1,364,935,874 cycles:u
  1935. 4,701,214,043 instructions:u # 3.44 insn per cycle
  1936. 766,799,375 branches:u
  1937. 4,573 faults:u
  1938.  
  1939. 0.375936878 seconds time elapsed
  1940.  
  1941. >>> Executing k-d tree test
  1942. Finished release [optimized] target(s) in 0.0 secs
  1943. Running `target/release/chromatic_confiner -c ./color_files/css3.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/css3.png`
  1944. 40951792 calls to distance function.
  1945.  
  1946. Performance counter stats for 'cargo run --release -- -c ./color_files/css3.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/css3.png':
  1947.  
  1948. 8,791,620 cache-references:u
  1949. 1,432,617 cache-misses:u # 16.295 % of all cache refs
  1950. 1,595,285,330 cycles:u
  1951. 4,878,848,201 instructions:u # 3.06 insn per cycle
  1952. 715,288,348 branches:u
  1953. 4,567 faults:u
  1954.  
  1955. 0.429998965 seconds time elapsed
  1956.  
  1957. >>> Using color specification ./color_files/css4.colors
  1958. >>> Executing naive test
  1959. Finished release [optimized] target(s) in 0.0 secs
  1960. Running `target/release/chromatic_confiner -n -c ./color_files/css4.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/css4_naive.png`
  1961. 112038960 calls to distance function.
  1962.  
  1963. Performance counter stats for 'cargo run --release -- -n -c ./color_files/css4.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/css4_naive.png':
  1964.  
  1965. 9,219,260 cache-references:u
  1966. 1,531,064 cache-misses:u # 16.607 % of all cache refs
  1967. 1,376,530,536 cycles:u
  1968. 4,724,824,069 instructions:u # 3.43 insn per cycle
  1969. 770,617,819 branches:u
  1970. 4,584 faults:u
  1971.  
  1972. 0.389557259 seconds time elapsed
  1973.  
  1974. >>> Executing k-d tree test
  1975. Finished release [optimized] target(s) in 0.0 secs
  1976. Running `target/release/chromatic_confiner -c ./color_files/css4.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/css4.png`
  1977. 35700664 calls to distance function.
  1978.  
  1979. Performance counter stats for 'cargo run --release -- -c ./color_files/css4.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/css4.png':
  1980.  
  1981. 9,020,679 cache-references:u
  1982. 1,494,081 cache-misses:u # 16.563 % of all cache refs
  1983. 1,462,275,953 cycles:u
  1984. 4,398,826,036 instructions:u # 3.01 insn per cycle
  1985. 648,177,386 branches:u
  1986. 4,557 faults:u
  1987.  
  1988. 0.399766474 seconds time elapsed
  1989.  
  1990. ----------END EXECUTION ON ./images/garden_1023_740.jpg----------
  1991. ----------BEGIN EXECUTION ON ./images/girlwithpearlearring_12285_14550.jpg-----------
  1992. >>> Using color specification ./color_files/1kcolors.colors
  1993. >>> Executing naive test
  1994. Finished release [optimized] target(s) in 0.0 secs
  1995. Running `target/release/chromatic_confiner -n -c ./color_files/1kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/1kcolors_naive.png`
  1996. 183036672000 calls to distance function.
  1997.  
  1998. Performance counter stats for 'cargo run --release -- -n -c ./color_files/1kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/1kcolors_naive.png':
  1999.  
  2000. 451,402,081 cache-references:u
  2001. 97,707,498 cache-misses:u # 21.645 % of all cache refs
  2002. 1,386,731,478,183 cycles:u
  2003. 5,851,215,828,155 instructions:u # 4.22 insn per cycle
  2004. 945,464,259,556 branches:u
  2005. 16,627 faults:u
  2006.  
  2007. 364.902257144 seconds time elapsed
  2008.  
  2009. >>> Executing k-d tree test
  2010. Finished release [optimized] target(s) in 0.0 secs
  2011. Running `target/release/chromatic_confiner -c ./color_files/1kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/1kcolors.png`
  2012. 47927014592 calls to distance function.
  2013.  
  2014. Performance counter stats for 'cargo run --release -- -c ./color_files/1kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/1kcolors.png':
  2015.  
  2016. 559,435,015 cache-references:u
  2017. 96,138,424 cache-misses:u # 17.185 % of all cache refs
  2018. 1,246,613,555,142 cycles:u
  2019. 4,428,911,799,443 instructions:u # 3.55 insn per cycle
  2020. 626,201,592,953 branches:u
  2021. 15,904 faults:u
  2022.  
  2023. 327.351564084 seconds time elapsed
  2024.  
  2025. >>> Using color specification ./color_files/2kcolors.colors
  2026. >>> Executing naive test
  2027. Finished release [optimized] target(s) in 0.0 secs
  2028. Running `target/release/chromatic_confiner -n -c ./color_files/2kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/2kcolors_naive.png`
  2029. 366073344000 calls to distance function.
  2030.  
  2031. Performance counter stats for 'cargo run --release -- -n -c ./color_files/2kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/2kcolors_naive.png':
  2032.  
  2033. 496,285,814 cache-references:u
  2034. 128,752,975 cache-misses:u # 25.943 % of all cache refs
  2035. 2,708,442,553,219 cycles:u
  2036. 11,530,423,513,504 instructions:u # 4.26 insn per cycle
  2037. 1,861,290,123,555 branches:u
  2038. 15,842 faults:u
  2039.  
  2040. 718.530748856 seconds time elapsed
  2041.  
  2042. >>> Executing k-d tree test
  2043. Finished release [optimized] target(s) in 0.0 secs
  2044. Running `target/release/chromatic_confiner -c ./color_files/2kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/2kcolors.png`
  2045. 99971428046 calls to distance function.
  2046.  
  2047. Performance counter stats for 'cargo run --release -- -c ./color_files/2kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/2kcolors.png':
  2048.  
  2049. 8,686,765,492 cache-references:u
  2050. 112,158,257 cache-misses:u # 1.291 % of all cache refs
  2051. 2,701,769,113,607 cycles:u
  2052. 9,079,620,209,570 instructions:u # 3.36 insn per cycle
  2053. 1,278,488,935,762 branches:u
  2054. 15,827 faults:u
  2055.  
  2056. 713.576924367 seconds time elapsed
  2057.  
  2058. >>> Using color specification ./color_files/4kcolors.colors
  2059. >>> Executing naive test
  2060. Finished release [optimized] target(s) in 0.0 secs
  2061. Running `target/release/chromatic_confiner -n -c ./color_files/4kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/4kcolors_naive.png`
  2062. 732146688000 calls to distance function.
  2063.  
  2064. Performance counter stats for 'cargo run --release -- -n -c ./color_files/4kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/4kcolors_naive.png':
  2065.  
  2066. 1,348,915,894 cache-references:u
  2067. 144,550,749 cache-misses:u # 10.716 % of all cache refs
  2068. 5,344,895,872,708 cycles:u
  2069. 22,880,805,455,770 instructions:u # 4.28 insn per cycle
  2070. 3,691,915,738,017 branches:u
  2071. 16,625 faults:u
  2072.  
  2073. 1415.037282694 seconds time elapsed
  2074.  
  2075. >>> Executing k-d tree test
  2076. Finished release [optimized] target(s) in 0.0 secs
  2077. Running `target/release/chromatic_confiner -c ./color_files/4kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/4kcolors.png`
  2078. 36810353176 calls to distance function.
  2079.  
  2080. Performance counter stats for 'cargo run --release -- -c ./color_files/4kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/4kcolors.png':
  2081.  
  2082. 2,413,509,627 cache-references:u
  2083. 99,931,554 cache-misses:u # 4.141 % of all cache refs
  2084. 993,752,875,721 cycles:u
  2085. 3,469,077,898,303 instructions:u # 3.49 insn per cycle
  2086. 490,642,465,935 branches:u
  2087. 16,599 faults:u
  2088.  
  2089. 260.193860322 seconds time elapsed
  2090.  
  2091. >>> Using color specification ./color_files/8kcolors.colors
  2092. >>> Executing naive test
  2093. Finished release [optimized] target(s) in 0.0 secs
  2094. Running `target/release/chromatic_confiner -n -c ./color_files/8kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/8kcolors_naive.png`
  2095. 1464293376000 calls to distance function.
  2096.  
  2097. Performance counter stats for 'cargo run --release -- -n -c ./color_files/8kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/8kcolors_naive.png':
  2098.  
  2099. 531,772,956,182 cache-references:u
  2100. 181,386,040 cache-misses:u # 0.034 % of all cache refs
  2101. 10,684,200,168,624 cycles:u
  2102. 45,581,999,942,062 instructions:u # 4.27 insn per cycle
  2103. 7,353,249,786,249 branches:u
  2104. 15,106 faults:u
  2105.  
  2106. 2830.933258646 seconds time elapsed
  2107.  
  2108. >>> Executing k-d tree test
  2109. Finished release [optimized] target(s) in 0.0 secs
  2110. Running `target/release/chromatic_confiner -c ./color_files/8kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/8kcolors.png`
  2111. 162981330569 calls to distance function.
  2112.  
  2113. Performance counter stats for 'cargo run --release -- -c ./color_files/8kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/8kcolors.png':
  2114.  
  2115. 60,309,705,021 cache-references:u
  2116. 153,659,094 cache-misses:u # 0.255 % of all cache refs
  2117. 4,625,021,098,704 cycles:u
  2118. 14,747,883,426,867 instructions:u # 3.19 insn per cycle
  2119. 2,069,348,406,892 branches:u
  2120. 15,392 faults:u
  2121.  
  2122. 1224.053861838 seconds time elapsed
  2123.  
  2124. >>> Using color specification ./color_files/16kcolors.colors
  2125. >>> Executing naive test
  2126. Finished release [optimized] target(s) in 0.0 secs
  2127. Running `target/release/chromatic_confiner -n -c ./color_files/16kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/16kcolors_naive.png`
  2128. 2928586752000 calls to distance function.
  2129.  
  2130. Performance counter stats for 'cargo run --release -- -n -c ./color_files/16kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/16kcolors_naive.png':
  2131.  
  2132. 3,213,630,107,373 cache-references:u
  2133. 152,547,323 cache-misses:u # 0.005 % of all cache refs
  2134. 21,340,923,759,163 cycles:u
  2135. 90,980,627,225,454 instructions:u # 4.26 insn per cycle
  2136. 14,675,442,517,732 branches:u
  2137. 15,848 faults:u
  2138.  
  2139. 5658.615449187 seconds time elapsed
  2140.  
  2141. >>> Executing k-d tree test
  2142. Finished release [optimized] target(s) in 0.0 secs
  2143. Running `target/release/chromatic_confiner -c ./color_files/16kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/16kcolors.png`
  2144. 132725572121 calls to distance function.
  2145.  
  2146. Performance counter stats for 'cargo run --release -- -c ./color_files/16kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/16kcolors.png':
  2147.  
  2148. 148,762,257,049 cache-references:u
  2149. 192,377,184 cache-misses:u # 0.129 % of all cache refs
  2150. 3,922,291,968,093 cycles:u
  2151. 12,047,922,702,567 instructions:u # 3.07 insn per cycle
  2152. 1,692,584,890,657 branches:u
  2153. 15,789 faults:u
  2154.  
  2155. 1038.312985477 seconds time elapsed
  2156.  
  2157. >>> Using color specification ./color_files/32kcolors.colors
  2158. >>> Executing naive test
  2159. Finished release [optimized] target(s) in 0.0 secs
  2160. Running `target/release/chromatic_confiner -n -c ./color_files/32kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/32kcolors_naive.png`
  2161. 5857173504000 calls to distance function.
  2162.  
  2163. Performance counter stats for 'cargo run --release -- -n -c ./color_files/32kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/32kcolors_naive.png':
  2164.  
  2165. 6,263,269,485,059 cache-references:u
  2166. 573,775,728 cache-misses:u # 0.009 % of all cache refs
  2167. 42,579,106,905,429 cycles:u
  2168. 181,772,476,918,246 instructions:u # 4.27 insn per cycle
  2169. 29,319,120,869,685 branches:u
  2170. 16,178 faults:u
  2171.  
  2172. 11294.793306490 seconds time elapsed
  2173.  
  2174. >>> Executing k-d tree test
  2175. Finished release [optimized] target(s) in 0.0 secs
  2176. Running `target/release/chromatic_confiner -c ./color_files/32kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/32kcolors.png`
  2177. 209487822382 calls to distance function.
  2178.  
  2179. Performance counter stats for 'cargo run --release -- -c ./color_files/32kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/32kcolors.png':
  2180.  
  2181. 295,754,352,235 cache-references:u
  2182. 512,308,902 cache-misses:u # 0.173 % of all cache refs
  2183. 6,559,647,211,183 cycles:u
  2184. 18,944,280,752,517 instructions:u # 2.89 insn per cycle
  2185. 2,653,477,348,254 branches:u
  2186. 14,246 faults:u
  2187.  
  2188. 1737.086033011 seconds time elapsed
  2189. ----------END EXECUTION ON ./images/girlwithpearlearring_12285_14550.jpg----------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement