JuliaImages / DitherPunk.jl

Dithering algorithms in Julia.
MIT License
60 stars 3 forks source link

Column-first iteration for Error Diffusion #80

Closed adrhill closed 2 years ago

adrhill commented 2 years ago

Transposes the ED filter matrices in the Error Diffusion constructor to iterate over CartesianIndices(img) instead of rows of the image.

I'm temporarily transposing reference tests until they are passed in this PR, then I will update the references.

adrhill commented 2 years ago

Not sure why reference tests pass on binary images but fail on color images.

codecov[bot] commented 2 years ago

Codecov Report

Merging #80 (6bfb04c) into master (3c69cd6) will increase coverage by 1.64%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
+ Coverage   97.22%   98.87%   +1.64%     
==========================================
  Files          14       13       -1     
  Lines         252      266      +14     
==========================================
+ Hits          245      263      +18     
+ Misses          7        3       -4     
Impacted Files Coverage Δ
src/error_diffusion.jl 100.00% <100.00%> (ø)
src/colorschemes.jl 100.00% <0.00%> (ø)
src/DitherPunk.jl
src/compat.jl
src/api/default_method.jl 100.00% <0.00%> (ø)
src/utils.jl 100.00% <0.00%> (+11.11%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3c69cd6...6bfb04c. Read the comment docs.

github-actions[bot] commented 2 years ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/DitherPunk.jl/DitherPunk.jl* ## Job Properties * Time of benchmarks: - Target: 26 Jun 2022 - 21:35 - Baseline: 26 Jun 2022 - 21:37 * Package commits: - Target: 7bd4c9 - Baseline: 3c69cd * Julia commits: - Target: 742b9a - Baseline: 742b9a * Julia command flags: - Target: None - Baseline: None * Environment variables: - Target: None - Baseline: None ## Results A ratio greater than `1.0` denotes a possible regression (marked with :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). Only significant results - results that indicate possible regressions or improvements - are shown below (thus, an empty table means that all benchmark results remained invariant between builds). | ID | time ratio | memory ratio | |--------------------------------------------------|---------------|---------------| | `["closest color", "binary inplace"]` | 1.32 (5%) :x: | 1.00 (1%) | | `["closest color", "binary new"]` | 1.42 (5%) :x: | 1.00 (1%) | | `["error diffusion", "binary inplace"]` | 1.13 (5%) :x: | 1.00 (1%) | | `["error diffusion", "binary new"]` | 1.14 (5%) :x: | 1.00 (1%) | | `["error diffusion", "color inplace"]` | 1.14 (5%) :x: | 2.05 (1%) :x: | | `["threshold dithering", "binary inplace"]` | 1.28 (5%) :x: | 1.00 (1%) | | `["threshold dithering", "binary new"]` | 1.24 (5%) :x: | 1.00 (1%) | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["closest color"]` - `["error diffusion"]` - `["ordered dithering"]` - `["threshold dithering"]` ## Julia versioninfo ### Target ``` Julia Version 1.7.3 Commit 742b9abb4d (2022-05-06 12:58 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 20.04.4 LTS uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: speed user nice sys idle irq #1 2593 MHz 1177 s 2 s 137 s 5410 s 0 s #2 2593 MHz 3006 s 1 s 182 s 3549 s 0 s Memory: 6.783607482910156 GB (3448.36328125 MB free) Uptime: 678.94 sec Load Avg: 1.01 0.88 0.45 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512) ``` ### Baseline ``` Julia Version 1.7.3 Commit 742b9abb4d (2022-05-06 12:58 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 20.04.4 LTS uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: speed user nice sys idle irq #1 2593 MHz 1250 s 2 s 141 s 6556 s 0 s #2 2593 MHz 4151 s 1 s 195 s 3617 s 0 s Memory: 6.783607482910156 GB (3610.43359375 MB free) Uptime: 801.65 sec Load Avg: 1.0 0.92 0.52 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512) ``` --- # Target result # Benchmark Report for */home/runner/work/DitherPunk.jl/DitherPunk.jl* ## Job Properties * Time of benchmark: 26 Jun 2022 - 21:35 * Package commit: 7bd4c9 * Julia commit: 742b9a * Julia command flags: None * Environment variables: None ## Results Below is a table of this job's results, obtained by running the benchmarks. The values listed in the `ID` column have the structure `[parent_group, child_group, ..., key]`, and can be used to index into the BaseBenchmarks suite to retrieve the corresponding benchmarks. The percentages accompanying time and memory values in the below table are noise tolerances. The "true" time/memory value for a given benchmark is expected to fall within this percentage of the reported value. An empty cell means that the value was zero. | ID | time | GC time | memory | allocations | |--------------------------------------------------|----------------:|----------:|----------------:|------------:| | `["closest color", "binary inplace"]` | 8.067 μs (5%) | | 64.11 KiB (1%) | 2 | | `["closest color", "binary new"]` | 6.267 μs (5%) | | 64.11 KiB (1%) | 2 | | `["closest color", "color inplace"]` | 146.457 ms (5%) | | 36.50 MiB (1%) | 2359336 | | `["closest color", "color new"]` | 146.999 ms (5%) | | 36.48 MiB (1%) | 2357848 | | `["closest color", "per-channel inplace"]` | 1.109 ms (5%) | | 192.05 KiB (1%) | 2 | | `["closest color", "per-channel new"]` | 1.094 ms (5%) | | 192.05 KiB (1%) | 2 | | `["error diffusion", "binary inplace"]` | 1.217 ms (5%) | | 320.23 KiB (1%) | 5 | | `["error diffusion", "binary new"]` | 1.211 ms (5%) | | 320.23 KiB (1%) | 5 | | `["error diffusion", "color inplace"]` | 141.673 ms (5%) | | 33.70 MiB (1%) | 2126540 | | `["error diffusion", "color new"]` | 116.427 ms (5%) | | 16.52 MiB (1%) | 1000460 | | `["error diffusion", "per-channel inplace"]` | 3.854 ms (5%) | | 960.42 KiB (1%) | 11 | | `["error diffusion", "per-channel new"]` | 3.848 ms (5%) | | 960.42 KiB (1%) | 11 | | `["ordered dithering", "binary inplace"]` | 115.202 μs (5%) | | 69.42 KiB (1%) | 5 | | `["ordered dithering", "binary new"]` | 109.702 μs (5%) | | 69.42 KiB (1%) | 5 | | `["ordered dithering", "color inplace"]` | 686.509 ms (5%) | 26.792 ms | 364.51 MiB (1%) | 14417965 | | `["ordered dithering", "color new"]` | 809.220 ms (5%) | 29.367 ms | 401.20 MiB (1%) | 16473466 | | `["ordered dithering", "per-channel inplace"]` | 1.232 ms (5%) | | 207.98 KiB (1%) | 11 | | `["ordered dithering", "per-channel new"]` | 1.215 ms (5%) | | 207.98 KiB (1%) | 11 | | `["threshold dithering", "binary inplace"]` | 14.500 μs (5%) | | 128.22 KiB (1%) | 4 | | `["threshold dithering", "binary new"]` | 14.000 μs (5%) | | 128.22 KiB (1%) | 4 | | `["threshold dithering", "per-channel inplace"]` | 1.138 ms (5%) | | 384.38 KiB (1%) | 8 | | `["threshold dithering", "per-channel new"]` | 1.122 ms (5%) | | 384.38 KiB (1%) | 8 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["closest color"]` - `["error diffusion"]` - `["ordered dithering"]` - `["threshold dithering"]` ## Julia versioninfo ``` Julia Version 1.7.3 Commit 742b9abb4d (2022-05-06 12:58 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 20.04.4 LTS uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: speed user nice sys idle irq #1 2593 MHz 1177 s 2 s 137 s 5410 s 0 s #2 2593 MHz 3006 s 1 s 182 s 3549 s 0 s Memory: 6.783607482910156 GB (3448.36328125 MB free) Uptime: 678.94 sec Load Avg: 1.01 0.88 0.45 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512) ``` --- # Baseline result # Benchmark Report for */home/runner/work/DitherPunk.jl/DitherPunk.jl* ## Job Properties * Time of benchmark: 26 Jun 2022 - 21:37 * Package commit: 3c69cd * Julia commit: 742b9a * Julia command flags: None * Environment variables: None ## Results Below is a table of this job's results, obtained by running the benchmarks. The values listed in the `ID` column have the structure `[parent_group, child_group, ..., key]`, and can be used to index into the BaseBenchmarks suite to retrieve the corresponding benchmarks. The percentages accompanying time and memory values in the below table are noise tolerances. The "true" time/memory value for a given benchmark is expected to fall within this percentage of the reported value. An empty cell means that the value was zero. | ID | time | GC time | memory | allocations | |--------------------------------------------------|----------------:|----------:|----------------:|------------:| | `["closest color", "binary inplace"]` | 6.100 μs (5%) | | 64.11 KiB (1%) | 2 | | `["closest color", "binary new"]` | 4.400 μs (5%) | | 64.11 KiB (1%) | 2 | | `["closest color", "color inplace"]` | 145.424 ms (5%) | | 36.48 MiB (1%) | 2357848 | | `["closest color", "color new"]` | 148.161 ms (5%) | | 36.48 MiB (1%) | 2357848 | | `["closest color", "per-channel inplace"]` | 1.109 ms (5%) | | 192.05 KiB (1%) | 2 | | `["closest color", "per-channel new"]` | 1.094 ms (5%) | | 192.05 KiB (1%) | 2 | | `["error diffusion", "binary inplace"]` | 1.074 ms (5%) | | 320.23 KiB (1%) | 5 | | `["error diffusion", "binary new"]` | 1.063 ms (5%) | | 320.23 KiB (1%) | 5 | | `["error diffusion", "color inplace"]` | 124.489 ms (5%) | | 16.44 MiB (1%) | 995660 | | `["error diffusion", "color new"]` | 116.877 ms (5%) | | 16.44 MiB (1%) | 995660 | | `["error diffusion", "per-channel inplace"]` | 3.815 ms (5%) | | 960.42 KiB (1%) | 11 | | `["error diffusion", "per-channel new"]` | 3.833 ms (5%) | | 960.42 KiB (1%) | 11 | | `["ordered dithering", "binary inplace"]` | 115.302 μs (5%) | | 69.42 KiB (1%) | 5 | | `["ordered dithering", "binary new"]` | 110.002 μs (5%) | | 69.42 KiB (1%) | 5 | | `["ordered dithering", "color inplace"]` | 698.551 ms (5%) | 24.620 ms | 364.51 MiB (1%) | 14417965 | | `["ordered dithering", "color new"]` | 809.398 ms (5%) | 31.831 ms | 401.20 MiB (1%) | 16473466 | | `["ordered dithering", "per-channel inplace"]` | 1.231 ms (5%) | | 207.98 KiB (1%) | 11 | | `["ordered dithering", "per-channel new"]` | 1.215 ms (5%) | | 207.98 KiB (1%) | 11 | | `["threshold dithering", "binary inplace"]` | 11.300 μs (5%) | | 128.22 KiB (1%) | 4 | | `["threshold dithering", "binary new"]` | 11.300 μs (5%) | | 128.22 KiB (1%) | 4 | | `["threshold dithering", "per-channel inplace"]` | 1.133 ms (5%) | | 384.38 KiB (1%) | 8 | | `["threshold dithering", "per-channel new"]` | 1.121 ms (5%) | | 384.38 KiB (1%) | 8 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["closest color"]` - `["error diffusion"]` - `["ordered dithering"]` - `["threshold dithering"]` ## Julia versioninfo ``` Julia Version 1.7.3 Commit 742b9abb4d (2022-05-06 12:58 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 20.04.4 LTS uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: speed user nice sys idle irq #1 2593 MHz 1250 s 2 s 141 s 6556 s 0 s #2 2593 MHz 4151 s 1 s 195 s 3617 s 0 s Memory: 6.783607482910156 GB (3610.43359375 MB free) Uptime: 801.65 sec Load Avg: 1.0 0.92 0.52 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512) ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 2 | | `BLAS.vendor()` | `openblas64` | | `Sys.CPU_THREADS` | 2 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 46 bits physical, 48 bits virtual CPU(s): 2 On-line CPU(s) list: 0,1 Thread(s) per core: 1 Core(s) per socket: 2 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 85 Model name: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz Stepping: 7 CPU MHz: 2593.907 BogoMIPS: 5187.81 Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 64 KiB L1i cache: 64 KiB L2 cache: 2 MiB L3 cache: 35.8 MiB NUMA node0 CPU(s): 0,1 Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported Vulnerability L1tf: Mitigation; PTE Inversion Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown Vulnerability Meltdown: Mitigation; PTI Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown Vulnerability Spec store bypass: Vulnerable Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear | Cpu Property | Value | |:------------------ |:------------------------------------------------------- | | Brand | Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz | | Vendor | :Intel | | Architecture | :Skylake | | Model | Family: 0x06, Model: 0x55, Stepping: 0x07, Type: 0x00 | | Cores | 2 physical cores, 2 logical cores (on executing CPU) | | | No Hyperthreading hardware capability detected | | Clock Frequencies | Not supported by CPU | | Data Cache | Level 1:3 : (32, 1024, 36608) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 46 bits physical | | SIMD | 512 bit = 64 byte max. SIMD vector size | | Time Stamp Counter | TSC is accessible via `rdtsc` | | | TSC increased at every clock cycle (non-invariant TSC) | | Perf. Monitoring | Performance Monitoring Counters (PMC) are not supported | | Hypervisor | Yes, Microsoft |
github-actions[bot] commented 2 years ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/DitherPunk.jl/DitherPunk.jl* ## Job Properties * Time of benchmarks: - Target: 18 Jul 2022 - 22:00 - Baseline: 18 Jul 2022 - 22:02 * Package commits: - Target: 853f6a - Baseline: 1fdcc1 * Julia commits: - Target: 742b9a - Baseline: 742b9a * Julia command flags: - Target: None - Baseline: None * Environment variables: - Target: None - Baseline: None ## Results A ratio greater than `1.0` denotes a possible regression (marked with :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). Only significant results - results that indicate possible regressions or improvements - are shown below (thus, an empty table means that all benchmark results remained invariant between builds). | ID | time ratio | memory ratio | |--------------------------------------------------|------------------------------|---------------| | `["closest color", "binary inplace"]` | 1.27 (5%) :x: | 1.00 (1%) | | `["closest color", "binary new"]` | 1.92 (5%) :x: | 1.00 (1%) | | `["error diffusion", "color inplace"]` | 1.12 (5%) :x: | 2.05 (1%) :x: | | `["error diffusion", "per-channel inplace"]` | 0.84 (5%) :white_check_mark: | 1.00 (1%) | | `["error diffusion", "per-channel new"]` | 0.92 (5%) :white_check_mark: | 1.00 (1%) | | `["ordered dithering", "binary new"]` | 1.09 (5%) :x: | 1.00 (1%) | | `["ordered dithering", "color new"]` | 0.93 (5%) :white_check_mark: | 1.00 (1%) | | `["threshold dithering", "binary inplace"]` | 1.34 (5%) :x: | 1.00 (1%) | | `["threshold dithering", "binary new"]` | 1.35 (5%) :x: | 1.00 (1%) | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["closest color"]` - `["error diffusion"]` - `["ordered dithering"]` - `["threshold dithering"]` ## Julia versioninfo ### Target ``` Julia Version 1.7.3 Commit 742b9abb4d (2022-05-06 12:58 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 20.04.4 LTS uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 1927 s 2 s 190 s 2692 s 0 s #2 2294 MHz 3695 s 1 s 250 s 886 s 0 s Memory: 6.783607482910156 GB (3536.91796875 MB free) Uptime: 488.3 sec Load Avg: 1.03 1.11 0.64 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-12.0.1 (ORCJIT, broadwell) ``` ### Baseline ``` Julia Version 1.7.3 Commit 742b9abb4d (2022-05-06 12:58 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 20.04.4 LTS uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 2032 s 2 s 196 s 3910 s 0 s #2 2294 MHz 4906 s 1 s 269 s 984 s 0 s Memory: 6.783607482910156 GB (3685.80078125 MB free) Uptime: 621.47 sec Load Avg: 1.0 1.06 0.7 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-12.0.1 (ORCJIT, broadwell) ``` --- # Target result # Benchmark Report for */home/runner/work/DitherPunk.jl/DitherPunk.jl* ## Job Properties * Time of benchmark: 18 Jul 2022 - 22:0 * Package commit: 853f6a * Julia commit: 742b9a * Julia command flags: None * Environment variables: None ## Results Below is a table of this job's results, obtained by running the benchmarks. The values listed in the `ID` column have the structure `[parent_group, child_group, ..., key]`, and can be used to index into the BaseBenchmarks suite to retrieve the corresponding benchmarks. The percentages accompanying time and memory values in the below table are noise tolerances. The "true" time/memory value for a given benchmark is expected to fall within this percentage of the reported value. An empty cell means that the value was zero. | ID | time | GC time | memory | allocations | |--------------------------------------------------|----------------:|----------:|----------------:|------------:| | `["closest color", "binary inplace"]` | 9.800 μs (5%) | | 64.11 KiB (1%) | 2 | | `["closest color", "binary new"]` | 8.300 μs (5%) | | 64.11 KiB (1%) | 2 | | `["closest color", "color inplace"]` | 191.679 ms (5%) | | 36.50 MiB (1%) | 2359336 | | `["closest color", "color new"]` | 199.598 ms (5%) | | 36.48 MiB (1%) | 2357848 | | `["closest color", "per-channel inplace"]` | 938.901 μs (5%) | | 192.05 KiB (1%) | 2 | | `["closest color", "per-channel new"]` | 915.801 μs (5%) | | 192.05 KiB (1%) | 2 | | `["error diffusion", "binary inplace"]` | 1.111 ms (5%) | | 320.23 KiB (1%) | 5 | | `["error diffusion", "binary new"]` | 1.126 ms (5%) | | 320.23 KiB (1%) | 5 | | `["error diffusion", "color inplace"]` | 188.486 ms (5%) | | 33.70 MiB (1%) | 2126540 | | `["error diffusion", "color new"]` | 150.032 ms (5%) | | 16.52 MiB (1%) | 1000460 | | `["error diffusion", "per-channel inplace"]` | 3.569 ms (5%) | | 960.42 KiB (1%) | 11 | | `["error diffusion", "per-channel new"]` | 3.501 ms (5%) | | 960.42 KiB (1%) | 11 | | `["ordered dithering", "binary inplace"]` | 106.300 μs (5%) | | 69.42 KiB (1%) | 5 | | `["ordered dithering", "binary new"]` | 107.400 μs (5%) | | 69.42 KiB (1%) | 5 | | `["ordered dithering", "color inplace"]` | 907.021 ms (5%) | 26.369 ms | 364.51 MiB (1%) | 14417965 | | `["ordered dithering", "color new"]` | 1.072 s (5%) | 37.131 ms | 401.20 MiB (1%) | 16473466 | | `["ordered dithering", "per-channel inplace"]` | 1.100 ms (5%) | | 207.98 KiB (1%) | 11 | | `["ordered dithering", "per-channel new"]` | 1.073 ms (5%) | | 207.98 KiB (1%) | 11 | | `["threshold dithering", "binary inplace"]` | 21.001 μs (5%) | | 128.22 KiB (1%) | 4 | | `["threshold dithering", "binary new"]` | 19.300 μs (5%) | | 128.22 KiB (1%) | 4 | | `["threshold dithering", "per-channel inplace"]` | 973.002 μs (5%) | | 384.38 KiB (1%) | 8 | | `["threshold dithering", "per-channel new"]` | 944.103 μs (5%) | | 384.38 KiB (1%) | 8 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["closest color"]` - `["error diffusion"]` - `["ordered dithering"]` - `["threshold dithering"]` ## Julia versioninfo ``` Julia Version 1.7.3 Commit 742b9abb4d (2022-05-06 12:58 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 20.04.4 LTS uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 1927 s 2 s 190 s 2692 s 0 s #2 2294 MHz 3695 s 1 s 250 s 886 s 0 s Memory: 6.783607482910156 GB (3536.91796875 MB free) Uptime: 488.3 sec Load Avg: 1.03 1.11 0.64 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-12.0.1 (ORCJIT, broadwell) ``` --- # Baseline result # Benchmark Report for */home/runner/work/DitherPunk.jl/DitherPunk.jl* ## Job Properties * Time of benchmark: 18 Jul 2022 - 22:2 * Package commit: 1fdcc1 * Julia commit: 742b9a * Julia command flags: None * Environment variables: None ## Results Below is a table of this job's results, obtained by running the benchmarks. The values listed in the `ID` column have the structure `[parent_group, child_group, ..., key]`, and can be used to index into the BaseBenchmarks suite to retrieve the corresponding benchmarks. The percentages accompanying time and memory values in the below table are noise tolerances. The "true" time/memory value for a given benchmark is expected to fall within this percentage of the reported value. An empty cell means that the value was zero. | ID | time | GC time | memory | allocations | |--------------------------------------------------|----------------:|----------:|----------------:|------------:| | `["closest color", "binary inplace"]` | 7.700 μs (5%) | | 64.11 KiB (1%) | 2 | | `["closest color", "binary new"]` | 4.325 μs (5%) | | 64.11 KiB (1%) | 2 | | `["closest color", "color inplace"]` | 198.435 ms (5%) | | 36.48 MiB (1%) | 2357848 | | `["closest color", "color new"]` | 197.850 ms (5%) | 3.439 ms | 36.48 MiB (1%) | 2357848 | | `["closest color", "per-channel inplace"]` | 939.002 μs (5%) | | 192.05 KiB (1%) | 2 | | `["closest color", "per-channel new"]` | 915.602 μs (5%) | | 192.05 KiB (1%) | 2 | | `["error diffusion", "binary inplace"]` | 1.150 ms (5%) | | 320.23 KiB (1%) | 5 | | `["error diffusion", "binary new"]` | 1.156 ms (5%) | | 320.23 KiB (1%) | 5 | | `["error diffusion", "color inplace"]` | 168.161 ms (5%) | | 16.44 MiB (1%) | 995660 | | `["error diffusion", "color new"]` | 156.755 ms (5%) | | 16.44 MiB (1%) | 995660 | | `["error diffusion", "per-channel inplace"]` | 4.246 ms (5%) | | 960.42 KiB (1%) | 11 | | `["error diffusion", "per-channel new"]` | 3.802 ms (5%) | | 960.42 KiB (1%) | 11 | | `["ordered dithering", "binary inplace"]` | 101.600 μs (5%) | | 69.42 KiB (1%) | 5 | | `["ordered dithering", "binary new"]` | 98.400 μs (5%) | | 69.42 KiB (1%) | 5 | | `["ordered dithering", "color inplace"]` | 923.772 ms (5%) | 31.646 ms | 364.51 MiB (1%) | 14417965 | | `["ordered dithering", "color new"]` | 1.156 s (5%) | 41.504 ms | 401.20 MiB (1%) | 16473466 | | `["ordered dithering", "per-channel inplace"]` | 1.099 ms (5%) | | 207.98 KiB (1%) | 11 | | `["ordered dithering", "per-channel new"]` | 1.082 ms (5%) | | 207.98 KiB (1%) | 11 | | `["threshold dithering", "binary inplace"]` | 15.701 μs (5%) | | 128.22 KiB (1%) | 4 | | `["threshold dithering", "binary new"]` | 14.301 μs (5%) | | 128.22 KiB (1%) | 4 | | `["threshold dithering", "per-channel inplace"]` | 968.392 μs (5%) | | 384.38 KiB (1%) | 8 | | `["threshold dithering", "per-channel new"]` | 947.271 μs (5%) | | 384.38 KiB (1%) | 8 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["closest color"]` - `["error diffusion"]` - `["ordered dithering"]` - `["threshold dithering"]` ## Julia versioninfo ``` Julia Version 1.7.3 Commit 742b9abb4d (2022-05-06 12:58 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 20.04.4 LTS uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 2032 s 2 s 196 s 3910 s 0 s #2 2294 MHz 4906 s 1 s 269 s 984 s 0 s Memory: 6.783607482910156 GB (3685.80078125 MB free) Uptime: 621.47 sec Load Avg: 1.0 1.06 0.7 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-12.0.1 (ORCJIT, broadwell) ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 2 | | `BLAS.vendor()` | `openblas64` | | `Sys.CPU_THREADS` | 2 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 46 bits physical, 48 bits virtual CPU(s): 2 On-line CPU(s) list: 0,1 Thread(s) per core: 1 Core(s) per socket: 2 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 79 Model name: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz Stepping: 1 CPU MHz: 2294.685 BogoMIPS: 4589.37 Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 64 KiB L1i cache: 64 KiB L2 cache: 512 KiB L3 cache: 50 MiB NUMA node0 CPU(s): 0,1 Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported Vulnerability L1tf: Mitigation; PTE Inversion Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown Vulnerability Meltdown: Mitigation; PTI Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown Vulnerability Spec store bypass: Vulnerable Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm rdseed adx smap xsaveopt md_clear | Cpu Property | Value | |:------------------ |:------------------------------------------------------- | | Brand | Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz | | Vendor | :Intel | | Architecture | :Broadwell | | Model | Family: 0x06, Model: 0x4f, Stepping: 0x01, Type: 0x00 | | Cores | 2 physical cores, 2 logical cores (on executing CPU) | | | No Hyperthreading hardware capability detected | | Clock Frequencies | Not supported by CPU | | Data Cache | Level 1:3 : (32, 256, 51200) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 46 bits physical | | SIMD | 256 bit = 32 byte max. SIMD vector size | | Time Stamp Counter | TSC is accessible via `rdtsc` | | | TSC increased at every clock cycle (non-invariant TSC) | | Perf. Monitoring | Performance Monitoring Counters (PMC) are not supported | | Hypervisor | Yes, Microsoft |
github-actions[bot] commented 2 years ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/DitherPunk.jl/DitherPunk.jl* ## Job Properties * Time of benchmarks: - Target: 18 Jul 2022 - 23:14 - Baseline: 18 Jul 2022 - 23:16 * Package commits: - Target: e47432 - Baseline: 1fdcc1 * Julia commits: - Target: 742b9a - Baseline: 742b9a * Julia command flags: - Target: None - Baseline: None * Environment variables: - Target: None - Baseline: None ## Results A ratio greater than `1.0` denotes a possible regression (marked with :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). Only significant results - results that indicate possible regressions or improvements - are shown below (thus, an empty table means that all benchmark results remained invariant between builds). | ID | time ratio | memory ratio | |--------------------------------------------------|------------------------------|---------------| | `["closest color", "binary inplace"]` | 1.44 (5%) :x: | 1.00 (1%) | | `["closest color", "binary new"]` | 1.69 (5%) :x: | 1.00 (1%) | | `["error diffusion", "binary inplace"]` | 0.69 (5%) :white_check_mark: | 1.00 (1%) | | `["error diffusion", "binary new"]` | 0.67 (5%) :white_check_mark: | 1.00 (1%) | | `["error diffusion", "color inplace"]` | 1.14 (5%) :x: | 2.05 (1%) :x: | | `["error diffusion", "per-channel inplace"]` | 0.79 (5%) :white_check_mark: | 1.00 (1%) | | `["error diffusion", "per-channel new"]` | 0.75 (5%) :white_check_mark: | 1.00 (1%) | | `["ordered dithering", "binary inplace"]` | 1.05 (5%) :x: | 1.00 (1%) | | `["ordered dithering", "per-channel new"]` | 0.94 (5%) :white_check_mark: | 1.00 (1%) | | `["threshold dithering", "binary inplace"]` | 1.62 (5%) :x: | 1.00 (1%) | | `["threshold dithering", "binary new"]` | 1.70 (5%) :x: | 1.00 (1%) | | `["threshold dithering", "per-channel inplace"]` | 1.09 (5%) :x: | 1.00 (1%) | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["closest color"]` - `["error diffusion"]` - `["ordered dithering"]` - `["threshold dithering"]` ## Julia versioninfo ### Target ``` Julia Version 1.7.3 Commit 742b9abb4d (2022-05-06 12:58 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 20.04.4 LTS uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 2270 s 2 s 183 s 2578 s 0 s #2 2294 MHz 3353 s 1 s 263 s 1421 s 0 s Memory: 6.783603668212891 GB (3501.6875 MB free) Uptime: 509.2 sec Load Avg: 1.06 1.13 0.66 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-12.0.1 (ORCJIT, broadwell) ``` ### Baseline ``` Julia Version 1.7.3 Commit 742b9abb4d (2022-05-06 12:58 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 20.04.4 LTS uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 2335 s 2 s 189 s 3829 s 0 s #2 2294 MHz 4599 s 1 s 282 s 1481 s 0 s Memory: 6.783603668212891 GB (3575.46484375 MB free) Uptime: 641.82 sec Load Avg: 1.0 1.08 0.71 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-12.0.1 (ORCJIT, broadwell) ``` --- # Target result # Benchmark Report for */home/runner/work/DitherPunk.jl/DitherPunk.jl* ## Job Properties * Time of benchmark: 18 Jul 2022 - 23:14 * Package commit: e47432 * Julia commit: 742b9a * Julia command flags: None * Environment variables: None ## Results Below is a table of this job's results, obtained by running the benchmarks. The values listed in the `ID` column have the structure `[parent_group, child_group, ..., key]`, and can be used to index into the BaseBenchmarks suite to retrieve the corresponding benchmarks. The percentages accompanying time and memory values in the below table are noise tolerances. The "true" time/memory value for a given benchmark is expected to fall within this percentage of the reported value. An empty cell means that the value was zero. | ID | time | GC time | memory | allocations | |--------------------------------------------------|----------------:|----------:|----------------:|------------:| | `["closest color", "binary inplace"]` | 10.800 μs (5%) | | 64.11 KiB (1%) | 2 | | `["closest color", "binary new"]` | 7.917 μs (5%) | | 64.11 KiB (1%) | 2 | | `["closest color", "color inplace"]` | 197.073 ms (5%) | | 36.50 MiB (1%) | 2359336 | | `["closest color", "color new"]` | 198.372 ms (5%) | | 36.48 MiB (1%) | 2357848 | | `["closest color", "per-channel inplace"]` | 1.026 ms (5%) | | 192.05 KiB (1%) | 2 | | `["closest color", "per-channel new"]` | 949.905 μs (5%) | | 192.05 KiB (1%) | 2 | | `["error diffusion", "binary inplace"]` | 812.104 μs (5%) | | 320.23 KiB (1%) | 5 | | `["error diffusion", "binary new"]` | 827.703 μs (5%) | | 320.23 KiB (1%) | 5 | | `["error diffusion", "color inplace"]` | 192.589 ms (5%) | | 33.70 MiB (1%) | 2126540 | | `["error diffusion", "color new"]` | 151.146 ms (5%) | | 16.52 MiB (1%) | 1000460 | | `["error diffusion", "per-channel inplace"]` | 3.308 ms (5%) | | 960.42 KiB (1%) | 11 | | `["error diffusion", "per-channel new"]` | 3.221 ms (5%) | | 960.42 KiB (1%) | 11 | | `["ordered dithering", "binary inplace"]` | 113.300 μs (5%) | | 69.42 KiB (1%) | 5 | | `["ordered dithering", "binary new"]` | 107.700 μs (5%) | | 69.42 KiB (1%) | 5 | | `["ordered dithering", "color inplace"]` | 944.658 ms (5%) | 30.455 ms | 364.51 MiB (1%) | 14417965 | | `["ordered dithering", "color new"]` | 1.097 s (5%) | 31.211 ms | 401.20 MiB (1%) | 16473466 | | `["ordered dithering", "per-channel inplace"]` | 1.209 ms (5%) | | 207.98 KiB (1%) | 11 | | `["ordered dithering", "per-channel new"]` | 1.073 ms (5%) | | 207.98 KiB (1%) | 11 | | `["threshold dithering", "binary inplace"]` | 21.100 μs (5%) | | 128.22 KiB (1%) | 4 | | `["threshold dithering", "binary new"]` | 19.200 μs (5%) | | 128.22 KiB (1%) | 4 | | `["threshold dithering", "per-channel inplace"]` | 1.061 ms (5%) | | 384.38 KiB (1%) | 8 | | `["threshold dithering", "per-channel new"]` | 972.104 μs (5%) | | 384.38 KiB (1%) | 8 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["closest color"]` - `["error diffusion"]` - `["ordered dithering"]` - `["threshold dithering"]` ## Julia versioninfo ``` Julia Version 1.7.3 Commit 742b9abb4d (2022-05-06 12:58 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 20.04.4 LTS uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 2270 s 2 s 183 s 2578 s 0 s #2 2294 MHz 3353 s 1 s 263 s 1421 s 0 s Memory: 6.783603668212891 GB (3501.6875 MB free) Uptime: 509.2 sec Load Avg: 1.06 1.13 0.66 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-12.0.1 (ORCJIT, broadwell) ``` --- # Baseline result # Benchmark Report for */home/runner/work/DitherPunk.jl/DitherPunk.jl* ## Job Properties * Time of benchmark: 18 Jul 2022 - 23:16 * Package commit: 1fdcc1 * Julia commit: 742b9a * Julia command flags: None * Environment variables: None ## Results Below is a table of this job's results, obtained by running the benchmarks. The values listed in the `ID` column have the structure `[parent_group, child_group, ..., key]`, and can be used to index into the BaseBenchmarks suite to retrieve the corresponding benchmarks. The percentages accompanying time and memory values in the below table are noise tolerances. The "true" time/memory value for a given benchmark is expected to fall within this percentage of the reported value. An empty cell means that the value was zero. | ID | time | GC time | memory | allocations | |--------------------------------------------------|----------------:|----------:|----------------:|------------:| | `["closest color", "binary inplace"]` | 7.500 μs (5%) | | 64.11 KiB (1%) | 2 | | `["closest color", "binary new"]` | 4.683 μs (5%) | | 64.11 KiB (1%) | 2 | | `["closest color", "color inplace"]` | 196.114 ms (5%) | | 36.48 MiB (1%) | 2357848 | | `["closest color", "color new"]` | 202.937 ms (5%) | 3.391 ms | 36.48 MiB (1%) | 2357848 | | `["closest color", "per-channel inplace"]` | 1.027 ms (5%) | | 192.05 KiB (1%) | 2 | | `["closest color", "per-channel new"]` | 998.604 μs (5%) | | 192.05 KiB (1%) | 2 | | `["error diffusion", "binary inplace"]` | 1.177 ms (5%) | | 320.23 KiB (1%) | 5 | | `["error diffusion", "binary new"]` | 1.230 ms (5%) | | 320.23 KiB (1%) | 5 | | `["error diffusion", "color inplace"]` | 169.332 ms (5%) | | 16.44 MiB (1%) | 995660 | | `["error diffusion", "color new"]` | 156.637 ms (5%) | | 16.44 MiB (1%) | 995660 | | `["error diffusion", "per-channel inplace"]` | 4.190 ms (5%) | | 960.42 KiB (1%) | 11 | | `["error diffusion", "per-channel new"]` | 4.312 ms (5%) | | 960.42 KiB (1%) | 11 | | `["ordered dithering", "binary inplace"]` | 107.800 μs (5%) | | 69.42 KiB (1%) | 5 | | `["ordered dithering", "binary new"]` | 104.500 μs (5%) | | 69.42 KiB (1%) | 5 | | `["ordered dithering", "color inplace"]` | 932.330 ms (5%) | 28.242 ms | 364.51 MiB (1%) | 14417965 | | `["ordered dithering", "color new"]` | 1.132 s (5%) | 39.572 ms | 401.20 MiB (1%) | 16473466 | | `["ordered dithering", "per-channel inplace"]` | 1.163 ms (5%) | | 207.98 KiB (1%) | 11 | | `["ordered dithering", "per-channel new"]` | 1.147 ms (5%) | | 207.98 KiB (1%) | 11 | | `["threshold dithering", "binary inplace"]` | 13.000 μs (5%) | | 128.22 KiB (1%) | 4 | | `["threshold dithering", "binary new"]` | 11.300 μs (5%) | | 128.22 KiB (1%) | 4 | | `["threshold dithering", "per-channel inplace"]` | 969.405 μs (5%) | | 384.38 KiB (1%) | 8 | | `["threshold dithering", "per-channel new"]` | 998.005 μs (5%) | | 384.38 KiB (1%) | 8 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["closest color"]` - `["error diffusion"]` - `["ordered dithering"]` - `["threshold dithering"]` ## Julia versioninfo ``` Julia Version 1.7.3 Commit 742b9abb4d (2022-05-06 12:58 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 20.04.4 LTS uname: Linux 5.13.0-1031-azure #37~20.04.1-Ubuntu SMP Mon Jun 13 22:51:01 UTC 2022 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 2335 s 2 s 189 s 3829 s 0 s #2 2294 MHz 4599 s 1 s 282 s 1481 s 0 s Memory: 6.783603668212891 GB (3575.46484375 MB free) Uptime: 641.82 sec Load Avg: 1.0 1.08 0.71 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-12.0.1 (ORCJIT, broadwell) ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 2 | | `BLAS.vendor()` | `openblas64` | | `Sys.CPU_THREADS` | 2 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 46 bits physical, 48 bits virtual CPU(s): 2 On-line CPU(s) list: 0,1 Thread(s) per core: 1 Core(s) per socket: 2 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 79 Model name: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz Stepping: 1 CPU MHz: 2294.688 BogoMIPS: 4589.37 Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 64 KiB L1i cache: 64 KiB L2 cache: 512 KiB L3 cache: 50 MiB NUMA node0 CPU(s): 0,1 Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported Vulnerability L1tf: Mitigation; PTE Inversion Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown Vulnerability Meltdown: Mitigation; PTI Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown Vulnerability Spec store bypass: Vulnerable Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm rdseed adx smap xsaveopt md_clear | Cpu Property | Value | |:------------------ |:------------------------------------------------------- | | Brand | Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz | | Vendor | :Intel | | Architecture | :Broadwell | | Model | Family: 0x06, Model: 0x4f, Stepping: 0x01, Type: 0x00 | | Cores | 2 physical cores, 2 logical cores (on executing CPU) | | | No Hyperthreading hardware capability detected | | Clock Frequencies | Not supported by CPU | | Data Cache | Level 1:3 : (32, 256, 51200) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 46 bits physical | | SIMD | 256 bit = 32 byte max. SIMD vector size | | Time Stamp Counter | TSC is accessible via `rdtsc` | | | TSC increased at every clock cycle (non-invariant TSC) | | Perf. Monitoring | Performance Monitoring Counters (PMC) are not supported | | Hypervisor | Yes, Microsoft |