Created
July 14, 2016 17:32
-
-
Save JackStouffer/6870bde82788ae039afe0aaf0d7bf4ba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################ Unified Information ################ | |
Cores per CPU = 2 | |
Threads per CPU = 4 | |
------------------ TLB Information ------------------ | |
Instruction TLB: | |
- - - - - ITLB1: - - - - - - - - - - - - - - - - - - | |
Page size = 4 KB | |
Pages count = 64 | |
Pages count = 64 | |
Associativity: 8-way associative | |
Data TLB: | |
- - - - - DTLB1: - - - - - - - - - - - - - - - - - - | |
Page size = 4 KB | |
Pages count = 64 | |
Pages count = 64 | |
Associativity: 4-way associative | |
Unified TLB: | |
- - - - - UTLB1: - - - - - - - - - - - - - - - - - - | |
Page size = 4 KB | |
Pages count = 1536 | |
Pages count = 1536 | |
Associativity: 6-way associative | |
----------------- Cache Information ----------------- | |
Instruction Cache: | |
- - - - - ICache1: - - - - - - - - - - - - - - - - - | |
Cache size = 32 KB | |
Line = 64 bytes | |
Cores per cache = 1 | |
Inclusive: false | |
Associativity: 8-way associative | |
Data Cache: | |
- - - - - DCache1: - - - - - - - - - - - - - - - - - | |
Cache size = 32 KB | |
Line = 64 bytes | |
Cores per cache = 1 | |
Inclusive: false | |
Associativity: 8-way associative | |
Unified Cache: | |
- - - - - UCache1: - - - - - - - - - - - - - - - - - | |
Cache size = 256 KB | |
Line = 64 bytes | |
Cores per cache = 1 | |
Inclusive: false | |
Associativity: 8-way associative | |
- - - - - UCache2: - - - - - - - - - - - - - - - - - | |
Cache size = 3072 KB | |
Line = 64 bytes | |
Cores per cache = 2 | |
Inclusive: true | |
Associativity: 12-way associative | |
################## x86 Information ################## | |
vendor: GenuineIntel | |
brand: Intel(R) Core(TM) i5-5287U CPU @ 2.90GHz | |
vendorIndex: 0x8 | |
brandIndex: 0x0 | |
maxBasicLeaf: 0x14 | |
maxExtendedLeaf: 0x80000008 | |
clflushLineSize: 0x8 | |
maxLogicalProcessors: 0x10 | |
initialAPIC: 0x0 | |
stepping: 0x4 | |
model: 0xD | |
family: 0x6 | |
type: 0x0 | |
extendedModel: 0x3 | |
extendedFamily: 0x0 | |
sse3: true | |
pclmulqdq: true | |
dtes64: true | |
monitor: true | |
ds_cpl: true | |
vmx: true | |
smx: false | |
eist: true | |
tm2: true | |
ssse3: true | |
cnxt_id: false | |
sdbg: true | |
fma: true | |
cmpxchg16b: true | |
xtpr: true | |
pdcm: true | |
pcid: true | |
dca: false | |
sse41: true | |
sse42: true | |
x2apic: true | |
movbe: true | |
popcnt: true | |
tsc_deadline: true | |
aes: true | |
xsave: true | |
osxsave: true | |
avx: true | |
f16c: true | |
rdrand: true | |
fpu: true | |
vme: true | |
de: true | |
pse: true | |
tsc: true | |
msr: true | |
pae: true | |
mce: true | |
cx8: true | |
apic: true | |
sep: true | |
mtrr: true | |
pge: true | |
mca: true | |
cmov: true | |
pat: true | |
pse36: true | |
psn: false | |
clfsh: true | |
ds: true | |
acpi: true | |
mmx: true | |
fxsr: true | |
sse: true | |
sse2: true | |
ss: true | |
htt: true | |
tm: true | |
pbe: true | |
All unit tests have been run successfully. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment