issues
search
PyDataBlog
/
ParallelKMeans.jl
Parallel & lightning fast implementation of available classic and contemporary variants of the KMeans clustering algorithm
MIT License
50
stars
13
forks
source link
Draft release of v0.1.5
#67
Closed
PyDataBlog
closed
4 years ago
github-actions[bot]
commented
4 years ago
Benchmark result
# Judge result # Benchmark Report for */home/runner/work/ParallelKMeans.jl/ParallelKMeans.jl* ## Job Properties * Time of benchmarks: - Target: 24 Apr 2020 - 10:04 - Baseline: 24 Apr 2020 - 10:05 * Package commits: - Target: a904c7 - Baseline: dd6fef * Julia commits: - Target: 381693 - Baseline: 381693 * 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 | |------------------------------------------|------------------------------|--------------| | `["distance", "100kx3"]` | 0.89 (5%) :white_check_mark: | 1.00 (1%) | | `["kmeans", "10x100_000x10x1 Lloyd"]` | 0.84 (5%) :white_check_mark: | 1.00 (1%) | | `["kmeans", "10x100_000x10x2 Lloyd"]` | 0.88 (5%) :white_check_mark: | 1.00 (1%) | | `["kmeans", "10x100_000x3x1 Lloyd"]` | 0.84 (5%) :white_check_mark: | 1.00 (1%) | | `["kmeans", "10x100_000x3x2 Lloyd"]` | 0.86 (5%) :white_check_mark: | 1.00 (1%) | | `["kmeans", "10x100_000x3x2 Hammerly"]` | 0.94 (5%) :white_check_mark: | 1.00 (1%) | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["distance"]` - `["kmeans"]` ## Julia versioninfo ### Target ``` Julia Version 1.4.1 Commit 381693d3df* (2020-04-14 17:20 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.4 LTS uname: Linux 5.0.0-1035-azure #37-Ubuntu SMP Wed Mar 18 11:21:35 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 5611 s 0 s 1166 s 25643 s 0 s #2 2294 MHz 16648 s 0 s 998 s 14114 s 0 s Memory: 6.782737731933594 GB (3383.7109375 MB free) Uptime: 338.0 sec Load Avg: 1.06884765625 0.76708984375 0.35791015625 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, broadwell) ``` ### Baseline ``` Julia Version 1.4.1 Commit 381693d3df* (2020-04-14 17:20 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.4 LTS uname: Linux 5.0.0-1035-azure #37-Ubuntu SMP Wed Mar 18 11:21:35 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 5704 s 0 s 1208 s 34484 s 0 s #2 2294 MHz 25563 s 0 s 1032 s 14122 s 0 s Memory: 6.782737731933594 GB (3323.8828125 MB free) Uptime: 428.0 sec Load Avg: 1.0869140625 0.84765625 0.42578125 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, broadwell) ``` --- # Target result # Benchmark Report for */home/runner/work/ParallelKMeans.jl/ParallelKMeans.jl* ## Job Properties * Time of benchmark: 24 Apr 2020 - 10:4 * Package commit: a904c7 * Julia commit: 381693 * 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 | |------------------------------------------|----------------:|--------:|-----------------:|------------:| | `["distance", "100kx10"]` | 616.601 μs (5%) | | | | | `["distance", "100kx3"]` | 223.700 μs (5%) | | | | | `["kmeans", "10x100_000x10x1 Lloyd"]` | 1.752 s (5%) | | 785.36 KiB (1%) | 18 | | `["kmeans", "10x100_000x10x1 Hammerly"]` | 1.498 s (5%) | | 2.29 MiB (1%) | 25 | | `["kmeans", "10x100_000x10x2 Lloyd"]` | 1.743 s (5%) | | 1007.70 KiB (1%) | 2542 | | `["kmeans", "10x100_000x10x2 Hammerly"]` | 1.508 s (5%) | | 3.45 MiB (1%) | 12557 | | `["kmeans", "10x100_000x3x1 Lloyd"]` | 122.223 ms (5%) | | 783.63 KiB (1%) | 18 | | `["kmeans", "10x100_000x3x1 Hammerly"]` | 177.154 ms (5%) | | 2.29 MiB (1%) | 25 | | `["kmeans", "10x100_000x3x2 Lloyd"]` | 123.626 ms (5%) | | 824.02 KiB (1%) | 475 | | `["kmeans", "10x100_000x3x2 Hammerly"]` | 177.409 ms (5%) | | 2.47 MiB (1%) | 1949 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["distance"]` - `["kmeans"]` ## Julia versioninfo ``` Julia Version 1.4.1 Commit 381693d3df* (2020-04-14 17:20 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.4 LTS uname: Linux 5.0.0-1035-azure #37-Ubuntu SMP Wed Mar 18 11:21:35 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 5611 s 0 s 1166 s 25643 s 0 s #2 2294 MHz 16648 s 0 s 998 s 14114 s 0 s Memory: 6.782737731933594 GB (3383.7109375 MB free) Uptime: 338.0 sec Load Avg: 1.06884765625 0.76708984375 0.35791015625 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, broadwell) ``` --- # Baseline result # Benchmark Report for */home/runner/work/ParallelKMeans.jl/ParallelKMeans.jl* ## Job Properties * Time of benchmark: 24 Apr 2020 - 10:5 * Package commit: dd6fef * Julia commit: 381693 * 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 | |------------------------------------------|----------------:|--------:|-----------------:|------------:| | `["distance", "100kx10"]` | 616.900 μs (5%) | | | | | `["distance", "100kx3"]` | 252.401 μs (5%) | | | | | `["kmeans", "10x100_000x10x1 Lloyd"]` | 2.084 s (5%) | | 785.36 KiB (1%) | 18 | | `["kmeans", "10x100_000x10x1 Hammerly"]` | 1.576 s (5%) | | 2.29 MiB (1%) | 25 | | `["kmeans", "10x100_000x10x2 Lloyd"]` | 1.976 s (5%) | | 1007.70 KiB (1%) | 2542 | | `["kmeans", "10x100_000x10x2 Hammerly"]` | 1.581 s (5%) | | 3.45 MiB (1%) | 12557 | | `["kmeans", "10x100_000x3x1 Lloyd"]` | 146.144 ms (5%) | | 783.63 KiB (1%) | 18 | | `["kmeans", "10x100_000x3x1 Hammerly"]` | 176.224 ms (5%) | | 2.29 MiB (1%) | 25 | | `["kmeans", "10x100_000x3x2 Lloyd"]` | 143.503 ms (5%) | | 824.02 KiB (1%) | 475 | | `["kmeans", "10x100_000x3x2 Hammerly"]` | 189.399 ms (5%) | | 2.47 MiB (1%) | 1949 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["distance"]` - `["kmeans"]` ## Julia versioninfo ``` Julia Version 1.4.1 Commit 381693d3df* (2020-04-14 17:20 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.4 LTS uname: Linux 5.0.0-1035-azure #37-Ubuntu SMP Wed Mar 18 11:21:35 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 5704 s 0 s 1208 s 34484 s 0 s #2 2294 MHz 25563 s 0 s 1032 s 14122 s 0 s Memory: 6.782737731933594 GB (3323.8828125 MB free) Uptime: 428.0 sec Load Avg: 1.0869140625 0.84765625 0.42578125 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.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 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.682 BogoMIPS: 4589.36 Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 256K L3 cache: 51200K NUMA node0 CPU(s): 0,1 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 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, 44 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 |
Benchmark result
# Judge result # Benchmark Report for */home/runner/work/ParallelKMeans.jl/ParallelKMeans.jl* ## Job Properties * Time of benchmarks: - Target: 24 Apr 2020 - 10:04 - Baseline: 24 Apr 2020 - 10:05 * Package commits: - Target: a904c7 - Baseline: dd6fef * Julia commits: - Target: 381693 - Baseline: 381693 * 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 | |------------------------------------------|------------------------------|--------------| | `["distance", "100kx3"]` | 0.89 (5%) :white_check_mark: | 1.00 (1%) | | `["kmeans", "10x100_000x10x1 Lloyd"]` | 0.84 (5%) :white_check_mark: | 1.00 (1%) | | `["kmeans", "10x100_000x10x2 Lloyd"]` | 0.88 (5%) :white_check_mark: | 1.00 (1%) | | `["kmeans", "10x100_000x3x1 Lloyd"]` | 0.84 (5%) :white_check_mark: | 1.00 (1%) | | `["kmeans", "10x100_000x3x2 Lloyd"]` | 0.86 (5%) :white_check_mark: | 1.00 (1%) | | `["kmeans", "10x100_000x3x2 Hammerly"]` | 0.94 (5%) :white_check_mark: | 1.00 (1%) | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["distance"]` - `["kmeans"]` ## Julia versioninfo ### Target ``` Julia Version 1.4.1 Commit 381693d3df* (2020-04-14 17:20 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.4 LTS uname: Linux 5.0.0-1035-azure #37-Ubuntu SMP Wed Mar 18 11:21:35 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 5611 s 0 s 1166 s 25643 s 0 s #2 2294 MHz 16648 s 0 s 998 s 14114 s 0 s Memory: 6.782737731933594 GB (3383.7109375 MB free) Uptime: 338.0 sec Load Avg: 1.06884765625 0.76708984375 0.35791015625 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, broadwell) ``` ### Baseline ``` Julia Version 1.4.1 Commit 381693d3df* (2020-04-14 17:20 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.4 LTS uname: Linux 5.0.0-1035-azure #37-Ubuntu SMP Wed Mar 18 11:21:35 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 5704 s 0 s 1208 s 34484 s 0 s #2 2294 MHz 25563 s 0 s 1032 s 14122 s 0 s Memory: 6.782737731933594 GB (3323.8828125 MB free) Uptime: 428.0 sec Load Avg: 1.0869140625 0.84765625 0.42578125 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, broadwell) ``` --- # Target result # Benchmark Report for */home/runner/work/ParallelKMeans.jl/ParallelKMeans.jl* ## Job Properties * Time of benchmark: 24 Apr 2020 - 10:4 * Package commit: a904c7 * Julia commit: 381693 * 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 | |------------------------------------------|----------------:|--------:|-----------------:|------------:| | `["distance", "100kx10"]` | 616.601 μs (5%) | | | | | `["distance", "100kx3"]` | 223.700 μs (5%) | | | | | `["kmeans", "10x100_000x10x1 Lloyd"]` | 1.752 s (5%) | | 785.36 KiB (1%) | 18 | | `["kmeans", "10x100_000x10x1 Hammerly"]` | 1.498 s (5%) | | 2.29 MiB (1%) | 25 | | `["kmeans", "10x100_000x10x2 Lloyd"]` | 1.743 s (5%) | | 1007.70 KiB (1%) | 2542 | | `["kmeans", "10x100_000x10x2 Hammerly"]` | 1.508 s (5%) | | 3.45 MiB (1%) | 12557 | | `["kmeans", "10x100_000x3x1 Lloyd"]` | 122.223 ms (5%) | | 783.63 KiB (1%) | 18 | | `["kmeans", "10x100_000x3x1 Hammerly"]` | 177.154 ms (5%) | | 2.29 MiB (1%) | 25 | | `["kmeans", "10x100_000x3x2 Lloyd"]` | 123.626 ms (5%) | | 824.02 KiB (1%) | 475 | | `["kmeans", "10x100_000x3x2 Hammerly"]` | 177.409 ms (5%) | | 2.47 MiB (1%) | 1949 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["distance"]` - `["kmeans"]` ## Julia versioninfo ``` Julia Version 1.4.1 Commit 381693d3df* (2020-04-14 17:20 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.4 LTS uname: Linux 5.0.0-1035-azure #37-Ubuntu SMP Wed Mar 18 11:21:35 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 5611 s 0 s 1166 s 25643 s 0 s #2 2294 MHz 16648 s 0 s 998 s 14114 s 0 s Memory: 6.782737731933594 GB (3383.7109375 MB free) Uptime: 338.0 sec Load Avg: 1.06884765625 0.76708984375 0.35791015625 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, broadwell) ``` --- # Baseline result # Benchmark Report for */home/runner/work/ParallelKMeans.jl/ParallelKMeans.jl* ## Job Properties * Time of benchmark: 24 Apr 2020 - 10:5 * Package commit: dd6fef * Julia commit: 381693 * 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 | |------------------------------------------|----------------:|--------:|-----------------:|------------:| | `["distance", "100kx10"]` | 616.900 μs (5%) | | | | | `["distance", "100kx3"]` | 252.401 μs (5%) | | | | | `["kmeans", "10x100_000x10x1 Lloyd"]` | 2.084 s (5%) | | 785.36 KiB (1%) | 18 | | `["kmeans", "10x100_000x10x1 Hammerly"]` | 1.576 s (5%) | | 2.29 MiB (1%) | 25 | | `["kmeans", "10x100_000x10x2 Lloyd"]` | 1.976 s (5%) | | 1007.70 KiB (1%) | 2542 | | `["kmeans", "10x100_000x10x2 Hammerly"]` | 1.581 s (5%) | | 3.45 MiB (1%) | 12557 | | `["kmeans", "10x100_000x3x1 Lloyd"]` | 146.144 ms (5%) | | 783.63 KiB (1%) | 18 | | `["kmeans", "10x100_000x3x1 Hammerly"]` | 176.224 ms (5%) | | 2.29 MiB (1%) | 25 | | `["kmeans", "10x100_000x3x2 Lloyd"]` | 143.503 ms (5%) | | 824.02 KiB (1%) | 475 | | `["kmeans", "10x100_000x3x2 Hammerly"]` | 189.399 ms (5%) | | 2.47 MiB (1%) | 1949 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["distance"]` - `["kmeans"]` ## Julia versioninfo ``` Julia Version 1.4.1 Commit 381693d3df* (2020-04-14 17:20 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.4 LTS uname: Linux 5.0.0-1035-azure #37-Ubuntu SMP Wed Mar 18 11:21:35 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 5704 s 0 s 1208 s 34484 s 0 s #2 2294 MHz 25563 s 0 s 1032 s 14122 s 0 s Memory: 6.782737731933594 GB (3323.8828125 MB free) Uptime: 428.0 sec Load Avg: 1.0869140625 0.84765625 0.42578125 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.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 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.682 BogoMIPS: 4589.36 Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 256K L3 cache: 51200K NUMA node0 CPU(s): 0,1 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 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, 44 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 |