libmir / mir-cpuid

BetterC CPU Identification Routines
http://mir-cpuid.libmir.org
26 stars 8 forks source link

dub log for Intel(R) Core(TM) i5-2500 CPU @ 3.30GHz #4

Closed stijnherreman closed 8 years ago

stijnherreman commented 8 years ago
C:\Users\Stijn>dub test cpuid
Building package cpuid in C:\Users\Stijn\AppData\Roaming\dub\packages\cpuid-0.2.0\cpuid\
Generating test runner configuration '__test__library__' for 'library' (library).
Performing "unittest" build using dmd for x86.
cpuid 0.2.0: building configuration "__test__library__"...
Linking...
Running .\AppData\Roaming\dub\packages\cpuid-0.2.0\cpuid\__test__library__.exe
################ Unified Information ################
Cores per CPU =  4
Threads per CPU =  4
------------------ TLB Information ------------------
Instruction TLB:
- - - - - ITLB1: - - - - - - - - - - - - - - - - - -
                Page size = 4 KB
                Pages count = 128
                Pages count = 128
                Associativity: 4-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 = 512
                Pages count = 512
                Associativity: 4-way associative
----------------- Cache Information -----------------
Instruction Cache:
- - - - - ICahce1: - - - - - - - - - - - - - - - - -
                Cache size = 32 KB
                Line = 64 bytes
                Cores per cache = 1
                Inclusive: false
                Associativity: 8-way associative
Data Cahce:
- - - - - DCahce1: - - - - - - - - - - - - - - - - -
                Cache size = 32 KB
                Line = 64 bytes
                Cores per cache = 1
                Inclusive: false
                Associativity: 8-way associative
Unified Cahce:
- - - - - UCahce1: - - - - - - - - - - - - - - - - -
                Cache size = 256 KB
                Line = 64 bytes
                Cores per cache = 1
                Inclusive: false
                Associativity: 8-way associative
- - - - - UCahce2: - - - - - - - - - - - - - - - - -
                Cache size = 6144 KB
                Line = 64 bytes
                Cores per cache = 4
                Inclusive: true
                Associativity: 12-way associative

################## x86 Information ##################
              vendor: GenuineIntel
               brand:         Intel(R) Core(TM) i5-2500 CPU @ 3.30GHz
         vendorIndex: 0x8
          brandIndex: 0x0
        maxBasicLeaf: 0xD
     maxExtendedLeaf: 0x80000008
     clflushLineSize: 0x8
maxLogicalProcessors: 0x10
         initialAPIC: 0x6
            stepping: 0x7
               model: 0xA
              family: 0x6
                type: 0x0
       extendedModel: 0x2
      extendedFamily: 0x0
                sse3: true
           pclmulqdq: true
              dtes64: false
             monitor: false
              ds_cpl: false
                 vmx: false
                 smx: false
                eist: true
                 tm2: true
               ssse3: true
             cnxt_id: false
                sdbg: false
                 fma: false
          cmpxchg16b: true
                xtpr: true
                pdcm: false
                pcid: false
                 dca: false
               sse41: true
               sse42: true
              x2apic: false
               movbe: false
              popcnt: true
        tsc_deadline: false
                 aes: true
               xsave: true
             osxsave: true
                 avx: true
                f16c: false
              rdrand: false
                 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: false
                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.
9il commented 8 years ago

Thanks!