Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ----------BEGIN EXECUTION ON ./images/boat_1280_720.jpg-----------
- >>> Using color specification ./color_files/1kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 943718400 calls to distance function.
- 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,208,693 cache-references:u
- 1,728,592 cache-misses:u # 18.771 % of all cache refs
- 7,403,896,556 cycles:u
- 30,521,163,673 instructions:u # 4.12 insn per cycle
- 4,934,277,432 branches:u
- 4,587 faults:u
- 2.019692403 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/1kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/1kcolors.png`
- 236877937 calls to distance function.
- 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':
- 10,218,388 cache-references:u
- 2,242,556 cache-misses:u # 21.946 % of all cache refs
- 6,628,315,504 cycles:u
- 22,231,973,777 instructions:u # 3.35 insn per cycle
- 3,159,848,930 branches:u
- 4,567 faults:u
- 1.794932182 seconds time elapsed
- >>> Using color specification ./color_files/2kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 1887436800 calls to distance function.
- 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':
- 12,292,017 cache-references:u
- 2,583,355 cache-misses:u # 21.017 % of all cache refs
- 14,249,748,420 cycles:u
- 59,790,097,731 instructions:u # 4.20 insn per cycle
- 9,654,660,253 branches:u
- 4,574 faults:u
- 3.880935272 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/2kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/2kcolors.png`
- 250900886 calls to distance function.
- 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':
- 14,396,160 cache-references:u
- 1,967,339 cache-misses:u # 13.666 % of all cache refs
- 7,639,605,842 cycles:u
- 23,590,370,684 instructions:u # 3.09 insn per cycle
- 3,341,740,716 branches:u
- 4,564 faults:u
- 2.056663501 seconds time elapsed
- >>> Using color specification ./color_files/4kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 3774873600 calls to distance function.
- 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':
- 15,201,895 cache-references:u
- 4,628,102 cache-misses:u # 30.444 % of all cache refs
- 27,880,144,573 cycles:u
- 118,325,487,705 instructions:u # 4.24 insn per cycle
- 19,095,145,747 branches:u
- 4,549 faults:u
- 7.489933037 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/4kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/4kcolors.png`
- 312761800 calls to distance function.
- 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':
- 27,407,192 cache-references:u
- 3,858,982 cache-misses:u # 14.080 % of all cache refs
- 8,887,818,261 cycles:u
- 29,122,855,733 instructions:u # 3.28 insn per cycle
- 4,122,291,317 branches:u
- 4,565 faults:u
- 2.447851663 seconds time elapsed
- >>> Using color specification ./color_files/8kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 7549747200 calls to distance function.
- 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':
- 2,844,261,677 cache-references:u
- 3,382,160 cache-misses:u # 0.119 % of all cache refs
- 55,389,302,844 cycles:u
- 235,379,050,616 instructions:u # 4.25 insn per cycle
- 37,974,287,635 branches:u
- 4,559 faults:u
- 14.847576042 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/8kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/8kcolors.png`
- 1235068998 calls to distance function.
- 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':
- 989,775,330 cache-references:u
- 1,942,503 cache-misses:u # 0.196 % of all cache refs
- 35,026,321,663 cycles:u
- 111,154,190,209 instructions:u # 3.17 insn per cycle
- 15,662,878,203 branches:u
- 4,578 faults:u
- 9.321640978 seconds time elapsed
- >>> Using color specification ./color_files/16kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 15099494400 calls to distance function.
- 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':
- 16,641,413,349 cache-references:u
- 1,913,567 cache-misses:u # 0.011 % of all cache refs
- 110,147,218,779 cycles:u
- 469,456,513,930 instructions:u # 4.26 insn per cycle
- 75,728,706,023 branches:u
- 4,575 faults:u
- 29.224171581 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/16kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/16kcolors.png`
- 494885937 calls to distance function.
- 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':
- 591,550,252 cache-references:u
- 1,749,300 cache-misses:u # 0.296 % of all cache refs
- 15,495,567,247 cycles:u
- 45,583,644,091 instructions:u # 2.94 insn per cycle
- 6,428,318,920 branches:u
- 4,677 faults:u
- 4.107945738 seconds time elapsed
- >>> Using color specification ./color_files/32kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 30198988800 calls to distance function.
- 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':
- 31,295,059,294 cache-references:u
- 3,712,864 cache-misses:u # 0.012 % of all cache refs
- 218,867,948,672 cycles:u
- 937,605,897,884 instructions:u # 4.28 insn per cycle
- 151,236,933,572 branches:u
- 4,558 faults:u
- 58.102471460 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/32kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/32kcolors.png`
- 4055306172 calls to distance function.
- 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':
- 8,268,610,262 cache-references:u
- 5,121,129 cache-misses:u # 0.062 % of all cache refs
- 114,775,226,738 cycles:u
- 361,500,103,885 instructions:u # 3.15 insn per cycle
- 50,952,571,798 branches:u
- 4,697 faults:u
- 30.410191292 seconds time elapsed
- >>> Using color specification ./color_files/64kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 60397977600 calls to distance function.
- 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':
- 62,335,440,163 cache-references:u
- 27,402,769 cache-misses:u # 0.044 % of all cache refs
- 437,007,158,191 cycles:u
- 1,873,870,179,409 instructions:u # 4.29 insn per cycle
- 302,248,694,818 branches:u
- 4,553 faults:u
- 115.877664354 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/64kcolors.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/64kcolors.png`
- 1453024138 calls to distance function.
- 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':
- 2,138,187,642 cache-references:u
- 14,875,129 cache-misses:u # 0.696 % of all cache refs
- 45,010,724,865 cycles:u
- 131,681,878,588 instructions:u # 2.93 insn per cycle
- 18,467,023,701 branches:u
- 4,808 faults:u
- 11.986088180 seconds time elapsed
- >>> Using color specification ./color_files/bad.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 940953600 calls to distance function.
- 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':
- 10,057,369 cache-references:u
- 1,632,655 cache-misses:u # 16.233 % of all cache refs
- 7,408,345,287 cycles:u
- 30,536,727,703 instructions:u # 4.12 insn per cycle
- 4,933,800,796 branches:u
- 4,575 faults:u
- 1.999018563 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/bad.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/bad.png`
- 348464618 calls to distance function.
- 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':
- 9,376,892 cache-references:u
- 1,609,449 cache-misses:u # 17.164 % of all cache refs
- 9,395,663,157 cycles:u
- 32,380,964,361 instructions:u # 3.45 insn per cycle
- 4,549,206,940 branches:u
- 4,560 faults:u
- 2.494610035 seconds time elapsed
- >>> Using color specification ./color_files/css1.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 14745600 calls to distance function.
- 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':
- 9,489,546 cache-references:u
- 1,566,764 cache-misses:u # 16.510 % of all cache refs
- 638,719,429 cycles:u
- 1,661,249,126 instructions:u # 2.60 insn per cycle
- 281,222,166 branches:u
- 4,568 faults:u
- 0.176518854 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/css1.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/css1.png`
- 17513027 calls to distance function.
- 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':
- 9,291,345 cache-references:u
- 1,495,880 cache-misses:u # 16.100 % of all cache refs
- 845,873,555 cycles:u
- 2,527,030,837 instructions:u # 2.99 insn per cycle
- 380,030,295 branches:u
- 4,572 faults:u
- 0.234987961 seconds time elapsed
- >>> Using color specification ./color_files/css2.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 15667200 calls to distance function.
- 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':
- 9,220,879 cache-references:u
- 2,097,690 cache-misses:u # 22.749 % of all cache refs
- 669,603,422 cycles:u
- 1,690,154,569 instructions:u # 2.52 insn per cycle
- 285,895,002 branches:u
- 4,566 faults:u
- 0.190281791 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/css2.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/css2.png`
- 15813941 calls to distance function.
- 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':
- 9,062,590 cache-references:u
- 1,497,049 cache-misses:u # 16.519 % of all cache refs
- 826,810,429 cycles:u
- 2,417,269,909 instructions:u # 2.92 insn per cycle
- 366,068,554 branches:u
- 4,569 faults:u
- 0.228867986 seconds time elapsed
- >>> Using color specification ./color_files/css3.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 135475200 calls to distance function.
- 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':
- 9,368,406 cache-references:u
- 1,544,889 cache-misses:u # 16.490 % of all cache refs
- 1,519,841,409 cycles:u
- 5,411,221,227 instructions:u # 3.56 insn per cycle
- 886,059,195 branches:u
- 4,561 faults:u
- 0.408580626 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/css3.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/css3.png`
- 29693190 calls to distance function.
- 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':
- 9,399,518 cache-references:u
- 1,527,946 cache-misses:u # 16.256 % of all cache refs
- 1,195,648,904 cycles:u
- 3,760,443,189 instructions:u # 3.15 insn per cycle
- 562,332,248 branches:u
- 4,567 faults:u
- 0.324410219 seconds time elapsed
- >>> Using color specification ./color_files/css4.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 136396800 calls to distance function.
- 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':
- 9,077,301 cache-references:u
- 1,524,093 cache-misses:u # 16.790 % of all cache refs
- 1,529,470,241 cycles:u
- 5,439,545,191 instructions:u # 3.56 insn per cycle
- 890,627,579 branches:u
- 4,572 faults:u
- 0.428736569 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/css4.colors -i ./images/boat_1280_720.jpg -o ./out/boat_1280_720/css4.png`
- 29060086 calls to distance function.
- 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':
- 9,253,563 cache-references:u
- 1,610,605 cache-misses:u # 17.405 % of all cache refs
- 1,181,230,424 cycles:u
- 3,700,950,526 instructions:u # 3.13 insn per cycle
- 554,373,170 branches:u
- 4,589 faults:u
- 0.338652386 seconds time elapsed
- ----------END EXECUTION ON ./images/boat_1280_720.jpg----------
- ----------BEGIN EXECUTION ON ./images/bridge_4096_2304.jpg-----------
- >>> Using color specification ./color_files/1kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 9663676416 calls to distance function.
- 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':
- 31,946,495 cache-references:u
- 6,123,591 cache-misses:u # 19.168 % of all cache refs
- 73,512,534,560 cycles:u
- 309,585,495,038 instructions:u # 4.21 insn per cycle
- 50,031,959,567 branches:u
- 4,642 faults:u
- 19.308935685 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/1kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/1kcolors.png`
- 1873688534 calls to distance function.
- 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':
- 33,478,013 cache-references:u
- 6,228,780 cache-misses:u # 18.606 % of all cache refs
- 50,265,415,917 cycles:u
- 176,799,181,328 instructions:u # 3.52 insn per cycle
- 24,965,325,606 branches:u
- 5,164 faults:u
- 13.188471739 seconds time elapsed
- >>> Using color specification ./color_files/2kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 19327352832 calls to distance function.
- 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':
- 29,292,795 cache-references:u
- 6,774,569 cache-misses:u # 23.127 % of all cache refs
- 143,168,570,647 cycles:u
- 609,317,082,375 instructions:u # 4.26 insn per cycle
- 98,370,362,379 branches:u
- 5,205 faults:u
- 37.866475140 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/2kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/2kcolors.png`
- 3436727417 calls to distance function.
- 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':
- 221,618,792 cache-references:u
- 6,364,487 cache-misses:u # 2.872 % of all cache refs
- 93,240,046,253 cycles:u
- 316,427,962,535 instructions:u # 3.39 insn per cycle
- 44,612,034,556 branches:u
- 5,231 faults:u
- 24.496087149 seconds time elapsed
- >>> Using color specification ./color_files/4kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 38654705664 calls to distance function.
- 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':
- 1,243,803,580 cache-references:u
- 7,994,438 cache-misses:u # 0.643 % of all cache refs
- 282,703,023,338 cycles:u
- 1,208,635,075,347 instructions:u # 4.28 insn per cycle
- 195,029,081,565 branches:u
- 5,234 faults:u
- 74.704677935 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/4kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/4kcolors.png`
- 1700914288 calls to distance function.
- 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':
- 318,115,919 cache-references:u
- 6,201,122 cache-misses:u # 1.949 % of all cache refs
- 48,858,262,587 cycles:u
- 162,638,728,557 instructions:u # 3.33 insn per cycle
- 22,969,024,529 branches:u
- 5,152 faults:u
- 12.799218603 seconds time elapsed
- >>> Using color specification ./color_files/8kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 77309411328 calls to distance function.
- 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':
- 28,384,642,365 cache-references:u
- 10,382,869 cache-misses:u # 0.037 % of all cache refs
- 564,404,382,615 cycles:u
- 2,407,128,575,718 instructions:u # 4.26 insn per cycle
- 388,328,726,971 branches:u
- 5,253 faults:u
- 149.413202346 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/8kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/8kcolors.png`
- 10181930424 calls to distance function.
- 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':
- 9,226,276,894 cache-references:u
- 9,290,751 cache-misses:u # 0.101 % of all cache refs
- 310,612,924,931 cycles:u
- 923,730,693,255 instructions:u # 2.97 insn per cycle
- 129,047,717,543 branches:u
- 5,323 faults:u
- 82.387527952 seconds time elapsed
- >>> Using color specification ./color_files/16kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 154618822656 calls to distance function.
- 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':
- 160,891,974,092 cache-references:u
- 9,339,662 cache-misses:u # 0.006 % of all cache refs
- 1,128,082,138,582 cycles:u
- 4,803,950,724,530 instructions:u # 4.26 insn per cycle
- 774,906,866,281 branches:u
- 5,383 faults:u
- 299.318425146 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/16kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/16kcolors.png`
- 8576123321 calls to distance function.
- 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':
- 11,134,561,799 cache-references:u
- 11,553,368 cache-misses:u # 0.104 % of all cache refs
- 252,128,619,907 cycles:u
- 776,756,488,043 instructions:u # 3.08 insn per cycle
- 109,073,406,263 branches:u
- 4,642 faults:u
- 66.767620964 seconds time elapsed
- >>> Using color specification ./color_files/32kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 309237645312 calls to distance function.
- 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':
- 339,849,534,789 cache-references:u
- 30,023,492 cache-misses:u # 0.009 % of all cache refs
- 2,246,021,383,997 cycles:u
- 9,597,429,076,768 instructions:u # 4.27 insn per cycle
- 1,548,041,900,442 branches:u
- 5,205 faults:u
- 595.718917486 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/32kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/32kcolors.png`
- 21823163630 calls to distance function.
- 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':
- 36,833,750,022 cache-references:u
- 41,179,321 cache-misses:u # 0.112 % of all cache refs
- 693,908,311,435 cycles:u
- 1,966,849,625,199 instructions:u # 2.83 insn per cycle
- 274,776,015,354 branches:u
- 5,066 faults:u
- 183.987926758 seconds time elapsed
- >>> Using color specification ./color_files/64kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 618475290624 calls to distance function.
- 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':
- 677,258,156,736 cache-references:u
- 315,819,776 cache-misses:u # 0.047 % of all cache refs
- 4,482,295,718,855 cycles:u
- 19,184,120,620,286 instructions:u # 4.28 insn per cycle
- 3,094,276,782,917 branches:u
- 5,241 faults:u
- 1189.025828734 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/64kcolors.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/64kcolors.png`
- 19626007495 calls to distance function.
- 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':
- 33,800,741,376 cache-references:u
- 112,303,232 cache-misses:u # 0.332 % of all cache refs
- 622,037,021,290 cycles:u
- 1,771,053,445,473 instructions:u # 2.85 insn per cycle
- 247,423,408,774 branches:u
- 4,634 faults:u
- 164.848279594 seconds time elapsed
- >>> Using color specification ./color_files/bad.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 9635364864 calls to distance function.
- 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':
- 33,292,628 cache-references:u
- 6,208,041 cache-misses:u # 18.647 % of all cache refs
- 73,719,674,246 cycles:u
- 310,154,449,594 instructions:u # 4.21 insn per cycle
- 50,078,277,910 branches:u
- 5,123 faults:u
- 19.387187648 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/bad.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/bad.png`
- 3087240197 calls to distance function.
- 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':
- 36,145,283 cache-references:u
- 6,227,984 cache-misses:u # 17.230 % of all cache refs
- 82,238,520,687 cycles:u
- 287,609,701,778 instructions:u # 3.50 insn per cycle
- 40,216,266,496 branches:u
- 4,642 faults:u
- 21.628723464 seconds time elapsed
- >>> Using color specification ./color_files/css1.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 150994944 calls to distance function.
- 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':
- 25,178,407 cache-references:u
- 5,513,873 cache-misses:u # 21.899 % of all cache refs
- 4,462,880,408 cycles:u
- 14,257,776,097 instructions:u # 3.19 insn per cycle
- 2,411,534,671 branches:u
- 4,899 faults:u
- 1.034729525 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/css1.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/css1.png`
- 99166360 calls to distance function.
- 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':
- 27,001,000 cache-references:u
- 5,397,309 cache-misses:u # 19.989 % of all cache refs
- 4,823,584,744 cycles:u
- 16,296,499,473 instructions:u # 3.38 insn per cycle
- 2,469,947,585 branches:u
- 5,031 faults:u
- 1.136922596 seconds time elapsed
- >>> Using color specification ./color_files/css2.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 160432128 calls to distance function.
- 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':
- 25,478,493 cache-references:u
- 5,394,722 cache-misses:u # 21.174 % of all cache refs
- 4,500,487,080 cycles:u
- 14,551,702,464 instructions:u # 3.23 insn per cycle
- 2,458,943,313 branches:u
- 4,930 faults:u
- 1.061100545 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/css2.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/css2.png`
- 104972717 calls to distance function.
- 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':
- 26,397,491 cache-references:u
- 5,879,310 cache-misses:u # 22.272 % of all cache refs
- 5,049,939,719 cycles:u
- 16,915,213,505 instructions:u # 3.35 insn per cycle
- 2,558,608,104 branches:u
- 4,965 faults:u
- 1.176709604 seconds time elapsed
- >>> Using color specification ./color_files/css3.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 1387266048 calls to distance function.
- 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':
- 25,953,356 cache-references:u
- 5,578,668 cache-misses:u # 21.495 % of all cache refs
- 13,480,137,128 cycles:u
- 52,664,492,707 instructions:u # 3.91 insn per cycle
- 8,604,531,865 branches:u
- 4,639 faults:u
- 3.412223409 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/css3.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/css3.png`
- 480401332 calls to distance function.
- 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':
- 26,281,613 cache-references:u
- 5,534,154 cache-misses:u # 21.057 % of all cache refs
- 14,208,201,295 cycles:u
- 52,318,761,598 instructions:u # 3.68 insn per cycle
- 7,587,750,373 branches:u
- 4,611 faults:u
- 3.614633936 seconds time elapsed
- >>> Using color specification ./color_files/css4.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 1396703232 calls to distance function.
- 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':
- 25,879,451 cache-references:u
- 5,689,625 cache-misses:u # 21.985 % of all cache refs
- 13,539,817,832 cycles:u
- 52,957,337,472 instructions:u # 3.91 insn per cycle
- 8,651,767,836 branches:u
- 5,268 faults:u
- 3.447352519 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/css4.colors -i ./images/bridge_4096_2304.jpg -o ./out/bridge_4096_2304/css4.png`
- 434901713 calls to distance function.
- 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':
- 27,074,719 cache-references:u
- 5,463,657 cache-misses:u # 20.180 % of all cache refs
- 13,193,994,413 cycles:u
- 48,193,146,417 instructions:u # 3.65 insn per cycle
- 7,018,142,759 branches:u
- 5,250 faults:u
- 3.326129227 seconds time elapsed
- ----------END EXECUTION ON ./images/bridge_4096_2304.jpg----------
- ----------BEGIN EXECUTION ON ./images/church_283_480.jpg-----------
- >>> Using color specification ./color_files/1kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 138520576 calls to distance function.
- 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':
- 8,444,721 cache-references:u
- 1,354,943 cache-misses:u # 16.045 % of all cache refs
- 1,300,494,545 cycles:u
- 4,817,715,221 instructions:u # 3.70 insn per cycle
- 782,821,716 branches:u
- 4,546 faults:u
- 0.363863654 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/1kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/1kcolors.png`
- 24026895 calls to distance function.
- 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':
- 8,236,898 cache-references:u
- 1,290,565 cache-misses:u # 15.668 % of all cache refs
- 966,460,827 cycles:u
- 2,659,208,524 instructions:u # 2.75 insn per cycle
- 388,206,378 branches:u
- 4,545 faults:u
- 0.277436822 seconds time elapsed
- >>> Using color specification ./color_files/2kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 277041152 calls to distance function.
- 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':
- 8,593,394 cache-references:u
- 1,318,662 cache-misses:u # 15.345 % of all cache refs
- 2,302,886,039 cycles:u
- 9,118,613,003 instructions:u # 3.96 insn per cycle
- 1,476,379,830 branches:u
- 4,562 faults:u
- 0.646288010 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/2kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/2kcolors.png`
- 36503194 calls to distance function.
- 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':
- 8,348,249 cache-references:u
- 1,298,750 cache-misses:u # 15.557 % of all cache refs
- 1,363,332,564 cycles:u
- 3,783,618,328 instructions:u # 2.78 insn per cycle
- 546,927,074 branches:u
- 4,555 faults:u
- 0.381756750 seconds time elapsed
- >>> Using color specification ./color_files/4kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 554082304 calls to distance function.
- 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':
- 8,992,814 cache-references:u
- 1,324,273 cache-misses:u # 14.726 % of all cache refs
- 4,307,440,733 cycles:u
- 17,716,409,328 instructions:u # 4.11 insn per cycle
- 2,863,044,392 branches:u
- 4,550 faults:u
- 1.181788289 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/4kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/4kcolors.png`
- 49696360 calls to distance function.
- 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':
- 13,934,535 cache-references:u
- 1,323,940 cache-misses:u # 9.501 % of all cache refs
- 1,700,836,386 cycles:u
- 5,001,795,679 instructions:u # 2.94 insn per cycle
- 714,152,723 branches:u
- 4,571 faults:u
- 0.470307032 seconds time elapsed
- >>> Using color specification ./color_files/8kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 1108164608 calls to distance function.
- 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':
- 419,127,356 cache-references:u
- 1,518,737 cache-misses:u # 0.362 % of all cache refs
- 8,352,931,127 cycles:u
- 34,906,057,816 instructions:u # 4.18 insn per cycle
- 5,635,709,551 branches:u
- 4,550 faults:u
- 2.239369018 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/8kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/8kcolors.png`
- 89944706 calls to distance function.
- 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':
- 62,331,441 cache-references:u
- 1,412,646 cache-misses:u # 2.266 % of all cache refs
- 3,044,460,051 cycles:u
- 8,636,252,677 instructions:u # 2.84 insn per cycle
- 1,222,522,040 branches:u
- 4,544 faults:u
- 0.825394040 seconds time elapsed
- >>> Using color specification ./color_files/16kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 2216329216 calls to distance function.
- 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':
- 2,307,737,571 cache-references:u
- 1,389,061 cache-misses:u # 0.060 % of all cache refs
- 16,374,142,392 cycles:u
- 69,282,313,479 instructions:u # 4.23 insn per cycle
- 11,180,632,519 branches:u
- 4,559 faults:u
- 4.350727960 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/16kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/16kcolors.png`
- 216250683 calls to distance function.
- 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':
- 301,072,598 cache-references:u
- 1,407,087 cache-misses:u # 0.467 % of all cache refs
- 6,843,817,497 cycles:u
- 19,937,282,216 instructions:u # 2.91 insn per cycle
- 2,810,396,421 branches:u
- 4,570 faults:u
- 1.853566138 seconds time elapsed
- >>> Using color specification ./color_files/32kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 4432658432 calls to distance function.
- 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':
- 4,877,953,061 cache-references:u
- 1,749,455 cache-misses:u # 0.036 % of all cache refs
- 32,462,628,747 cycles:u
- 138,031,717,320 instructions:u # 4.25 insn per cycle
- 22,270,092,882 branches:u
- 4,557 faults:u
- 8.613035902 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/32kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/32kcolors.png`
- 282888831 calls to distance function.
- 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':
- 536,714,759 cache-references:u
- 1,566,459 cache-misses:u # 0.292 % of all cache refs
- 9,412,892,085 cycles:u
- 26,017,041,789 instructions:u # 2.76 insn per cycle
- 3,659,917,269 branches:u
- 4,642 faults:u
- 2.516467356 seconds time elapsed
- >>> Using color specification ./color_files/64kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 8865316864 calls to distance function.
- 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':
- 9,110,072,807 cache-references:u
- 6,027,654 cache-misses:u # 0.066 % of all cache refs
- 64,398,540,993 cycles:u
- 275,523,714,056 instructions:u # 4.28 insn per cycle
- 44,448,034,834 branches:u
- 4,558 faults:u
- 17.088439402 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/64kcolors.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/64kcolors.png`
- 214435716 calls to distance function.
- 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':
- 359,020,575 cache-references:u
- 4,271,534 cache-misses:u # 1.190 % of all cache refs
- 7,471,726,404 cycles:u
- 20,161,321,867 instructions:u # 2.70 insn per cycle
- 2,836,228,888 branches:u
- 4,668 faults:u
- 2.010830365 seconds time elapsed
- >>> Using color specification ./color_files/bad.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 138114754 calls to distance function.
- 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':
- 7,956,124 cache-references:u
- 1,290,588 cache-misses:u # 16.221 % of all cache refs
- 1,300,592,065 cycles:u
- 4,814,483,399 instructions:u # 3.70 insn per cycle
- 782,071,222 branches:u
- 4,568 faults:u
- 0.363824637 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/bad.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/bad.png`
- 73050362 calls to distance function.
- 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':
- 8,218,512 cache-references:u
- 1,302,221 cache-misses:u # 15.845 % of all cache refs
- 2,194,248,903 cycles:u
- 7,071,162,308 instructions:u # 3.22 insn per cycle
- 1,000,254,335 branches:u
- 4,531 faults:u
- 0.599910295 seconds time elapsed
- >>> Using color specification ./color_files/css1.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 2164384 calls to distance function.
- 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':
- 8,224,930 cache-references:u
- 1,292,708 cache-misses:u # 15.717 % of all cache refs
- 310,097,250 cycles:u
- 577,543,347 instructions:u # 1.86 insn per cycle
- 99,232,656 branches:u
- 4,538 faults:u
- 0.101310899 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/css1.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/css1.png`
- 1388678 calls to distance function.
- 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':
- 7,915,347 cache-references:u
- 1,288,725 cache-misses:u # 16.281 % of all cache refs
- 317,951,083 cycles:u
- 604,998,584 instructions:u # 1.90 insn per cycle
- 99,767,432 branches:u
- 4,551 faults:u
- 0.110088948 seconds time elapsed
- >>> Using color specification ./color_files/css2.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 2299658 calls to distance function.
- 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':
- 8,341,868 cache-references:u
- 1,302,838 cache-misses:u # 15.618 % of all cache refs
- 309,192,604 cycles:u
- 581,567,681 instructions:u # 1.88 insn per cycle
- 99,870,336 branches:u
- 4,539 faults:u
- 0.105434815 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/css2.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/css2.png`
- 1447550 calls to distance function.
- 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':
- 7,935,499 cache-references:u
- 1,295,257 cache-misses:u # 16.322 % of all cache refs
- 319,453,709 cycles:u
- 611,627,288 instructions:u # 1.91 insn per cycle
- 100,724,483 branches:u
- 4,553 faults:u
- 0.107198060 seconds time elapsed
- >>> Using color specification ./color_files/css3.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 19885278 calls to distance function.
- 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':
- 8,031,244 cache-references:u
- 1,297,568 cache-misses:u # 16.157 % of all cache refs
- 441,284,972 cycles:u
- 1,130,584,103 instructions:u # 2.56 insn per cycle
- 188,352,091 branches:u
- 4,568 faults:u
- 0.136708680 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/css3.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/css3.png`
- 7695993 calls to distance function.
- 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':
- 8,340,250 cache-references:u
- 1,306,206 cache-misses:u # 15.661 % of all cache refs
- 477,881,778 cycles:u
- 1,195,860,086 instructions:u # 2.50 insn per cycle
- 183,992,214 branches:u
- 4,540 faults:u
- 0.147358522 seconds time elapsed
- >>> Using color specification ./color_files/css4.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 20020552 calls to distance function.
- 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':
- 8,352,664 cache-references:u
- 1,307,052 cache-misses:u # 15.648 % of all cache refs
- 437,567,779 cycles:u
- 1,135,258,671 instructions:u # 2.59 insn per cycle
- 189,116,378 branches:u
- 4,548 faults:u
- 0.140905488 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/css4.colors -i ./images/church_283_480.jpg -o ./out/church_283_480/css4.png`
- 6921220 calls to distance function.
- 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':
- 8,182,955 cache-references:u
- 1,293,503 cache-misses:u # 15.807 % of all cache refs
- 463,334,746 cycles:u
- 1,125,743,866 instructions:u # 2.43 insn per cycle
- 174,135,851 branches:u
- 4,557 faults:u
- 0.142878280 seconds time elapsed
- ----------END EXECUTION ON ./images/church_283_480.jpg----------
- ----------BEGIN EXECUTION ON ./images/colin_279_368.jpg-----------
- >>> Using color specification ./color_files/1kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 105136128 calls to distance function.
- 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':
- 8,100,878 cache-references:u
- 1,374,971 cache-misses:u # 16.973 % of all cache refs
- 1,044,362,451 cycles:u
- 3,739,856,226 instructions:u # 3.58 insn per cycle
- 609,262,711 branches:u
- 4,556 faults:u
- 0.320499609 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/1kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/1kcolors.png`
- 9217541 calls to distance function.
- 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':
- 7,533,666 cache-references:u
- 1,258,491 cache-misses:u # 16.705 % of all cache refs
- 507,925,386 cycles:u
- 1,299,287,770 instructions:u # 2.56 insn per cycle
- 197,307,260 branches:u
- 4,561 faults:u
- 0.157149996 seconds time elapsed
- >>> Using color specification ./color_files/2kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 210272256 calls to distance function.
- 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':
- 8,360,778 cache-references:u
- 1,318,107 cache-misses:u # 15.765 % of all cache refs
- 1,803,376,319 cycles:u
- 7,003,579,898 instructions:u # 3.88 insn per cycle
- 1,135,680,713 branches:u
- 4,555 faults:u
- 0.509826082 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/2kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/2kcolors.png`
- 12970185 calls to distance function.
- 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':
- 7,628,971 cache-references:u
- 1,276,036 cache-misses:u # 16.726 % of all cache refs
- 599,239,892 cycles:u
- 1,641,498,382 instructions:u # 2.74 insn per cycle
- 245,817,786 branches:u
- 4,546 faults:u
- 0.179330959 seconds time elapsed
- >>> Using color specification ./color_files/4kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 420544512 calls to distance function.
- 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':
- 8,757,463 cache-references:u
- 1,373,462 cache-misses:u # 15.683 % of all cache refs
- 3,318,449,146 cycles:u
- 13,528,182,513 instructions:u # 4.08 insn per cycle
- 2,188,099,160 branches:u
- 4,537 faults:u
- 0.898060113 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/4kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/4kcolors.png`
- 23147744 calls to distance function.
- 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':
- 7,888,334 cache-references:u
- 1,321,265 cache-misses:u # 16.750 % of all cache refs
- 898,576,792 cycles:u
- 2,580,893,545 instructions:u # 2.87 insn per cycle
- 376,532,542 branches:u
- 4,556 faults:u
- 0.264723907 seconds time elapsed
- >>> Using color specification ./color_files/8kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 841089024 calls to distance function.
- 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':
- 334,090,142 cache-references:u
- 1,309,201 cache-misses:u # 0.392 % of all cache refs
- 6,428,173,938 cycles:u
- 26,576,935,405 instructions:u # 4.13 insn per cycle
- 4,292,904,891 branches:u
- 4,561 faults:u
- 1.725069797 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/8kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/8kcolors.png`
- 55584514 calls to distance function.
- 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':
- 37,286,780 cache-references:u
- 1,279,588 cache-misses:u # 3.432 % of all cache refs
- 1,950,280,921 cycles:u
- 5,521,941,565 instructions:u # 2.83 insn per cycle
- 785,525,574 branches:u
- 4,561 faults:u
- 0.536109160 seconds time elapsed
- >>> Using color specification ./color_files/16kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 1682178048 calls to distance function.
- 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':
- 1,867,292,258 cache-references:u
- 1,350,065 cache-misses:u # 0.072 % of all cache refs
- 12,525,010,448 cycles:u
- 52,672,550,150 instructions:u # 4.21 insn per cycle
- 8,502,268,914 branches:u
- 4,552 faults:u
- 3.333046332 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/16kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/16kcolors.png`
- 28014706 calls to distance function.
- 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':
- 14,739,087 cache-references:u
- 1,341,358 cache-misses:u # 9.101 % of all cache refs
- 1,108,921,434 cycles:u
- 3,080,005,969 instructions:u # 2.78 insn per cycle
- 449,300,992 branches:u
- 4,543 faults:u
- 0.324656552 seconds time elapsed
- >>> Using color specification ./color_files/32kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 3364356096 calls to distance function.
- 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':
- 3,554,077,477 cache-references:u
- 4,091,104 cache-misses:u # 0.115 % of all cache refs
- 25,169,399,142 cycles:u
- 104,861,916,904 instructions:u # 4.17 insn per cycle
- 16,920,787,590 branches:u
- 4,556 faults:u
- 7.030176537 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/32kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/32kcolors.png`
- 293846853 calls to distance function.
- 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':
- 482,423,259 cache-references:u
- 1,576,960 cache-misses:u # 0.327 % of all cache refs
- 9,839,384,670 cycles:u
- 27,074,586,824 instructions:u # 2.75 insn per cycle
- 3,788,395,096 branches:u
- 4,602 faults:u
- 2.625020780 seconds time elapsed
- >>> Using color specification ./color_files/64kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 6728712192 calls to distance function.
- 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':
- 6,935,716,183 cache-references:u
- 5,861,867 cache-misses:u # 0.085 % of all cache refs
- 49,037,516,758 cycles:u
- 209,237,007,579 instructions:u # 4.27 insn per cycle
- 33,757,290,137 branches:u
- 4,562 faults:u
- 13.090033175 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/64kcolors.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/64kcolors.png`
- 136309021 calls to distance function.
- 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':
- 231,979,877 cache-references:u
- 2,239,173 cache-misses:u # 0.965 % of all cache refs
- 4,931,101,747 cycles:u
- 13,126,328,485 instructions:u # 2.66 insn per cycle
- 1,851,361,115 branches:u
- 4,688 faults:u
- 1.333085557 seconds time elapsed
- >>> Using color specification ./color_files/bad.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 104828112 calls to distance function.
- 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':
- 7,837,271 cache-references:u
- 1,277,364 cache-misses:u # 16.299 % of all cache refs
- 1,044,484,423 cycles:u
- 3,743,688,878 instructions:u # 3.58 insn per cycle
- 609,427,838 branches:u
- 4,555 faults:u
- 0.307088174 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/bad.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/bad.png`
- 33089648 calls to distance function.
- 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':
- 8,074,467 cache-references:u
- 1,289,489 cache-misses:u # 15.970 % of all cache refs
- 1,142,444,314 cycles:u
- 3,455,189,438 instructions:u # 3.02 insn per cycle
- 496,574,848 branches:u
- 4,532 faults:u
- 0.322313647 seconds time elapsed
- >>> Using color specification ./color_files/css1.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 1642752 calls to distance function.
- 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':
- 8,258,234 cache-references:u
- 1,310,361 cache-misses:u # 15.867 % of all cache refs
- 290,073,142 cycles:u
- 522,634,905 instructions:u # 1.80 insn per cycle
- 90,514,714 branches:u
- 4,549 faults:u
- 0.097532405 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/css1.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/css1.png`
- 631958 calls to distance function.
- 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':
- 8,198,945 cache-references:u
- 1,294,772 cache-misses:u # 15.792 % of all cache refs
- 287,482,726 cycles:u
- 504,458,253 instructions:u # 1.75 insn per cycle
- 85,440,627 branches:u
- 4,544 faults:u
- 0.098283095 seconds time elapsed
- >>> Using color specification ./color_files/css2.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 1745424 calls to distance function.
- 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':
- 7,902,433 cache-references:u
- 1,290,030 cache-misses:u # 16.324 % of all cache refs
- 294,253,064 cycles:u
- 526,301,359 instructions:u # 1.79 insn per cycle
- 91,114,006 branches:u
- 4,563 faults:u
- 0.098852866 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/css2.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/css2.png`
- 690727 calls to distance function.
- 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':
- 7,857,154 cache-references:u
- 1,275,302 cache-misses:u # 16.231 % of all cache refs
- 288,149,849 cycles:u
- 510,430,349 instructions:u # 1.77 insn per cycle
- 86,300,275 branches:u
- 4,562 faults:u
- 0.096946865 seconds time elapsed
- >>> Using color specification ./color_files/css3.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 15092784 calls to distance function.
- 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':
- 8,011,423 cache-references:u
- 1,299,980 cache-misses:u # 16.227 % of all cache refs
- 391,831,674 cycles:u
- 944,774,179 instructions:u # 2.41 insn per cycle
- 158,441,438 branches:u
- 4,568 faults:u
- 0.124673498 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/css3.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/css3.png`
- 7560509 calls to distance function.
- 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':
- 8,287,810 cache-references:u
- 1,293,982 cache-misses:u # 15.613 % of all cache refs
- 453,643,577 cycles:u
- 1,158,752,069 instructions:u # 2.55 insn per cycle
- 178,217,138 branches:u
- 4,541 faults:u
- 0.142522673 seconds time elapsed
- >>> Using color specification ./color_files/css4.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 15195456 calls to distance function.
- 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':
- 8,234,046 cache-references:u
- 1,308,438 cache-misses:u # 15.891 % of all cache refs
- 391,583,043 cycles:u
- 949,106,800 instructions:u # 2.42 insn per cycle
- 159,179,221 branches:u
- 4,562 faults:u
- 0.128010122 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/css4.colors -i ./images/colin_279_368.jpg -o ./out/colin_279_368/css4.png`
- 4576059 calls to distance function.
- 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':
- 8,234,544 cache-references:u
- 1,303,046 cache-misses:u # 15.824 % of all cache refs
- 384,694,376 cycles:u
- 881,356,185 instructions:u # 2.29 insn per cycle
- 139,207,800 branches:u
- 4,549 faults:u
- 0.123012849 seconds time elapsed
- ----------END EXECUTION ON ./images/colin_279_368.jpg----------
- ----------BEGIN EXECUTION ON ./images/garden_1023_740.jpg-----------
- >>> Using color specification ./color_files/1kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 775188480 calls to distance function.
- 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':
- 9,589,311 cache-references:u
- 1,551,031 cache-misses:u # 16.175 % of all cache refs
- 6,198,698,391 cycles:u
- 25,351,727,078 instructions:u # 4.09 insn per cycle
- 4,094,741,142 branches:u
- 4,574 faults:u
- 1.658395520 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/1kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/1kcolors.png`
- 274270473 calls to distance function.
- 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':
- 9,777,196 cache-references:u
- 1,567,453 cache-misses:u # 16.032 % of all cache refs
- 8,488,396,235 cycles:u
- 25,741,328,959 instructions:u # 3.03 insn per cycle
- 3,635,984,294 branches:u
- 4,578 faults:u
- 2.256173639 seconds time elapsed
- >>> Using color specification ./color_files/2kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 1550376960 calls to distance function.
- 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':
- 11,039,347 cache-references:u
- 1,686,889 cache-misses:u # 15.281 % of all cache refs
- 11,812,880,236 cycles:u
- 49,417,932,530 instructions:u # 4.18 insn per cycle
- 7,974,978,987 branches:u
- 4,595 faults:u
- 3.140136269 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/2kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/2kcolors.png`
- 274834120 calls to distance function.
- 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':
- 12,656,637 cache-references:u
- 1,641,245 cache-misses:u # 12.967 % of all cache refs
- 8,917,924,851 cycles:u
- 25,855,728,722 instructions:u # 2.90 insn per cycle
- 3,651,329,694 branches:u
- 4,552 faults:u
- 2.379800440 seconds time elapsed
- >>> Using color specification ./color_files/4kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 3100753920 calls to distance function.
- 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':
- 30,345,802 cache-references:u
- 1,620,399 cache-misses:u # 5.340 % of all cache refs
- 22,990,673,434 cycles:u
- 97,516,338,480 instructions:u # 4.24 insn per cycle
- 15,731,522,819 branches:u
- 4,576 faults:u
- 6.101622644 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/4kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/4kcolors.png`
- 210716202 calls to distance function.
- 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':
- 96,391,163 cache-references:u
- 1,858,134 cache-misses:u # 1.928 % of all cache refs
- 7,227,193,281 cycles:u
- 20,293,434,809 instructions:u # 2.81 insn per cycle
- 2,857,957,579 branches:u
- 4,570 faults:u
- 1.940061948 seconds time elapsed
- >>> Using color specification ./color_files/8kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 6201507840 calls to distance function.
- 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':
- 2,264,368,565 cache-references:u
- 1,890,950 cache-misses:u # 0.084 % of all cache refs
- 45,509,203,657 cycles:u
- 193,690,621,710 instructions:u # 4.26 insn per cycle
- 31,242,246,830 branches:u
- 4,566 faults:u
- 12.067189627 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/8kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/8kcolors.png`
- 488096202 calls to distance function.
- 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':
- 511,978,056 cache-references:u
- 1,636,961 cache-misses:u # 0.320 % of all cache refs
- 16,921,526,303 cycles:u
- 45,243,300,174 instructions:u # 2.67 insn per cycle
- 6,337,862,061 branches:u
- 4,575 faults:u
- 4.484688764 seconds time elapsed
- >>> Using color specification ./color_files/16kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 12403015680 calls to distance function.
- 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':
- 12,890,560,760 cache-references:u
- 1,896,783 cache-misses:u # 0.015 % of all cache refs
- 90,582,614,865 cycles:u
- 385,987,126,544 instructions:u # 4.26 insn per cycle
- 62,257,489,485 branches:u
- 4,565 faults:u
- 24.029671434 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/16kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/16kcolors.png`
- 852603080 calls to distance function.
- 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':
- 1,413,441,678 cache-references:u
- 1,827,528 cache-misses:u # 0.129 % of all cache refs
- 27,931,878,399 cycles:u
- 77,630,069,486 instructions:u # 2.78 insn per cycle
- 10,909,785,090 branches:u
- 4,710 faults:u
- 7.398750488 seconds time elapsed
- >>> Using color specification ./color_files/32kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 24806031360 calls to distance function.
- 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':
- 27,184,887,173 cache-references:u
- 3,329,837 cache-misses:u # 0.012 % of all cache refs
- 180,334,364,505 cycles:u
- 770,535,464,743 instructions:u # 4.27 insn per cycle
- 124,282,058,099 branches:u
- 4,558 faults:u
- 47.833076952 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/32kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/32kcolors.png`
- 1282927930 calls to distance function.
- 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':
- 2,372,020,376 cache-references:u
- 4,534,658 cache-misses:u # 0.191 % of all cache refs
- 42,273,883,333 cycles:u
- 116,203,071,571 instructions:u # 2.75 insn per cycle
- 16,311,465,474 branches:u
- 4,739 faults:u
- 11.218079628 seconds time elapsed
- >>> Using color specification ./color_files/64kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 49612062720 calls to distance function.
- 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':
- 54,358,536,758 cache-references:u
- 24,812,485 cache-misses:u # 0.046 % of all cache refs
- 359,199,673,544 cycles:u
- 1,539,611,559,695 instructions:u # 4.29 insn per cycle
- 248,328,402,929 branches:u
- 4,561 faults:u
- 95.196282121 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/64kcolors.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/64kcolors.png`
- 1722461559 calls to distance function.
- 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':
- 3,374,947,216 cache-references:u
- 25,947,411 cache-misses:u # 0.769 % of all cache refs
- 58,177,257,140 cycles:u
- 156,150,009,223 instructions:u # 2.68 insn per cycle
- 21,841,445,355 branches:u
- 4,781 faults:u
- 15.423066401 seconds time elapsed
- >>> Using color specification ./color_files/bad.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 772917420 calls to distance function.
- 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':
- 9,651,028 cache-references:u
- 1,623,128 cache-misses:u # 16.818 % of all cache refs
- 6,179,321,540 cycles:u
- 25,290,583,846 instructions:u # 4.09 insn per cycle
- 4,085,044,690 branches:u
- 4,578 faults:u
- 1.654198229 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/bad.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/bad.png`
- 297615506 calls to distance function.
- 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':
- 9,496,379 cache-references:u
- 1,590,640 cache-misses:u # 16.750 % of all cache refs
- 8,248,270,038 cycles:u
- 27,854,720,606 instructions:u # 3.38 insn per cycle
- 3,912,197,133 branches:u
- 4,555 faults:u
- 2.218117799 seconds time elapsed
- >>> Using color specification ./color_files/css1.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 12112320 calls to distance function.
- 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':
- 9,713,023 cache-references:u
- 1,528,846 cache-misses:u # 15.740 % of all cache refs
- 649,985,916 cycles:u
- 1,612,028,404 instructions:u # 2.48 insn per cycle
- 268,217,446 branches:u
- 4,578 faults:u
- 0.186096773 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/css1.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/css1.png`
- 7841428 calls to distance function.
- 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':
- 9,435,006 cache-references:u
- 1,486,397 cache-misses:u # 15.754 % of all cache refs
- 710,269,672 cycles:u
- 1,785,998,471 instructions:u # 2.51 insn per cycle
- 274,176,218 branches:u
- 4,574 faults:u
- 0.201585511 seconds time elapsed
- >>> Using color specification ./color_files/css2.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 12869340 calls to distance function.
- 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':
- 9,117,186 cache-references:u
- 1,503,142 cache-misses:u # 16.487 % of all cache refs
- 656,880,966 cycles:u
- 1,635,609,569 instructions:u # 2.49 insn per cycle
- 272,034,061 branches:u
- 4,564 faults:u
- 0.187645630 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/css2.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/css2.png`
- 8146460 calls to distance function.
- 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':
- 9,329,295 cache-references:u
- 1,501,452 cache-misses:u # 16.094 % of all cache refs
- 717,433,737 cycles:u
- 1,821,965,262 instructions:u # 2.54 insn per cycle
- 279,247,991 branches:u
- 4,561 faults:u
- 0.205655102 seconds time elapsed
- >>> Using color specification ./color_files/css3.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 111281940 calls to distance function.
- 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':
- 9,451,384 cache-references:u
- 1,519,289 cache-misses:u # 16.075 % of all cache refs
- 1,364,935,874 cycles:u
- 4,701,214,043 instructions:u # 3.44 insn per cycle
- 766,799,375 branches:u
- 4,573 faults:u
- 0.375936878 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/css3.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/css3.png`
- 40951792 calls to distance function.
- 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':
- 8,791,620 cache-references:u
- 1,432,617 cache-misses:u # 16.295 % of all cache refs
- 1,595,285,330 cycles:u
- 4,878,848,201 instructions:u # 3.06 insn per cycle
- 715,288,348 branches:u
- 4,567 faults:u
- 0.429998965 seconds time elapsed
- >>> Using color specification ./color_files/css4.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 112038960 calls to distance function.
- 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':
- 9,219,260 cache-references:u
- 1,531,064 cache-misses:u # 16.607 % of all cache refs
- 1,376,530,536 cycles:u
- 4,724,824,069 instructions:u # 3.43 insn per cycle
- 770,617,819 branches:u
- 4,584 faults:u
- 0.389557259 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/css4.colors -i ./images/garden_1023_740.jpg -o ./out/garden_1023_740/css4.png`
- 35700664 calls to distance function.
- 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':
- 9,020,679 cache-references:u
- 1,494,081 cache-misses:u # 16.563 % of all cache refs
- 1,462,275,953 cycles:u
- 4,398,826,036 instructions:u # 3.01 insn per cycle
- 648,177,386 branches:u
- 4,557 faults:u
- 0.399766474 seconds time elapsed
- ----------END EXECUTION ON ./images/garden_1023_740.jpg----------
- ----------BEGIN EXECUTION ON ./images/girlwithpearlearring_12285_14550.jpg-----------
- >>> Using color specification ./color_files/1kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 183036672000 calls to distance function.
- 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':
- 451,402,081 cache-references:u
- 97,707,498 cache-misses:u # 21.645 % of all cache refs
- 1,386,731,478,183 cycles:u
- 5,851,215,828,155 instructions:u # 4.22 insn per cycle
- 945,464,259,556 branches:u
- 16,627 faults:u
- 364.902257144 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/1kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/1kcolors.png`
- 47927014592 calls to distance function.
- 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':
- 559,435,015 cache-references:u
- 96,138,424 cache-misses:u # 17.185 % of all cache refs
- 1,246,613,555,142 cycles:u
- 4,428,911,799,443 instructions:u # 3.55 insn per cycle
- 626,201,592,953 branches:u
- 15,904 faults:u
- 327.351564084 seconds time elapsed
- >>> Using color specification ./color_files/2kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 366073344000 calls to distance function.
- 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':
- 496,285,814 cache-references:u
- 128,752,975 cache-misses:u # 25.943 % of all cache refs
- 2,708,442,553,219 cycles:u
- 11,530,423,513,504 instructions:u # 4.26 insn per cycle
- 1,861,290,123,555 branches:u
- 15,842 faults:u
- 718.530748856 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/2kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/2kcolors.png`
- 99971428046 calls to distance function.
- 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':
- 8,686,765,492 cache-references:u
- 112,158,257 cache-misses:u # 1.291 % of all cache refs
- 2,701,769,113,607 cycles:u
- 9,079,620,209,570 instructions:u # 3.36 insn per cycle
- 1,278,488,935,762 branches:u
- 15,827 faults:u
- 713.576924367 seconds time elapsed
- >>> Using color specification ./color_files/4kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 732146688000 calls to distance function.
- 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':
- 1,348,915,894 cache-references:u
- 144,550,749 cache-misses:u # 10.716 % of all cache refs
- 5,344,895,872,708 cycles:u
- 22,880,805,455,770 instructions:u # 4.28 insn per cycle
- 3,691,915,738,017 branches:u
- 16,625 faults:u
- 1415.037282694 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/4kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/4kcolors.png`
- 36810353176 calls to distance function.
- 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':
- 2,413,509,627 cache-references:u
- 99,931,554 cache-misses:u # 4.141 % of all cache refs
- 993,752,875,721 cycles:u
- 3,469,077,898,303 instructions:u # 3.49 insn per cycle
- 490,642,465,935 branches:u
- 16,599 faults:u
- 260.193860322 seconds time elapsed
- >>> Using color specification ./color_files/8kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 1464293376000 calls to distance function.
- 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':
- 531,772,956,182 cache-references:u
- 181,386,040 cache-misses:u # 0.034 % of all cache refs
- 10,684,200,168,624 cycles:u
- 45,581,999,942,062 instructions:u # 4.27 insn per cycle
- 7,353,249,786,249 branches:u
- 15,106 faults:u
- 2830.933258646 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/8kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/8kcolors.png`
- 162981330569 calls to distance function.
- 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':
- 60,309,705,021 cache-references:u
- 153,659,094 cache-misses:u # 0.255 % of all cache refs
- 4,625,021,098,704 cycles:u
- 14,747,883,426,867 instructions:u # 3.19 insn per cycle
- 2,069,348,406,892 branches:u
- 15,392 faults:u
- 1224.053861838 seconds time elapsed
- >>> Using color specification ./color_files/16kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 2928586752000 calls to distance function.
- 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':
- 3,213,630,107,373 cache-references:u
- 152,547,323 cache-misses:u # 0.005 % of all cache refs
- 21,340,923,759,163 cycles:u
- 90,980,627,225,454 instructions:u # 4.26 insn per cycle
- 14,675,442,517,732 branches:u
- 15,848 faults:u
- 5658.615449187 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/16kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/16kcolors.png`
- 132725572121 calls to distance function.
- 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':
- 148,762,257,049 cache-references:u
- 192,377,184 cache-misses:u # 0.129 % of all cache refs
- 3,922,291,968,093 cycles:u
- 12,047,922,702,567 instructions:u # 3.07 insn per cycle
- 1,692,584,890,657 branches:u
- 15,789 faults:u
- 1038.312985477 seconds time elapsed
- >>> Using color specification ./color_files/32kcolors.colors
- >>> Executing naive test
- Finished release [optimized] target(s) in 0.0 secs
- 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`
- 5857173504000 calls to distance function.
- 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':
- 6,263,269,485,059 cache-references:u
- 573,775,728 cache-misses:u # 0.009 % of all cache refs
- 42,579,106,905,429 cycles:u
- 181,772,476,918,246 instructions:u # 4.27 insn per cycle
- 29,319,120,869,685 branches:u
- 16,178 faults:u
- 11294.793306490 seconds time elapsed
- >>> Executing k-d tree test
- Finished release [optimized] target(s) in 0.0 secs
- Running `target/release/chromatic_confiner -c ./color_files/32kcolors.colors -i ./images/girlwithpearlearring_12285_14550.jpg -o ./out/girlwithpearlearring_12285_14550/32kcolors.png`
- 209487822382 calls to distance function.
- 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':
- 295,754,352,235 cache-references:u
- 512,308,902 cache-misses:u # 0.173 % of all cache refs
- 6,559,647,211,183 cycles:u
- 18,944,280,752,517 instructions:u # 2.89 insn per cycle
- 2,653,477,348,254 branches:u
- 14,246 faults:u
- 1737.086033011 seconds time elapsed
- ----------END EXECUTION ON ./images/girlwithpearlearring_12285_14550.jpg----------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement