Search Results for

    Show / Hide Table of Contents

    Struct CPUInfo

    Contains information about CPU (Central Processing Unit).

    Assembly: FlaxEngine.dll
    File: Engine/Platform/CPUInfo.h
    Syntax
    public struct CPUInfo

    Fields

    CacheLineSize

    The CPU cache line size (in bytes).

    Declaration
    public uint32 CacheLineSize
    Field Value
    uint32

    ClockSpeed

    The CPU clock speed (in Hz).

    Declaration
    public uint64 ClockSpeed
    Field Value
    uint64

    L1CacheSize

    The size of processor L1 caches (in bytes).

    Declaration
    public uint32 L1CacheSize
    Field Value
    uint32

    L2CacheSize

    The size of processor L2 caches (in bytes).

    Declaration
    public uint32 L2CacheSize
    Field Value
    uint32

    L3CacheSize

    The size of processor L3 caches (in bytes).

    Declaration
    public uint32 L3CacheSize
    Field Value
    uint32

    LogicalProcessorCount

    The number of logical processors (including hyper-threading).

    Declaration
    public uint32 LogicalProcessorCount
    Field Value
    uint32

    PageSize

    The CPU memory page size (in bytes).

    Declaration
    public uint32 PageSize
    Field Value
    uint32

    ProcessorCoreCount

    The number of processor cores (physical).

    Declaration
    public uint32 ProcessorCoreCount
    Field Value
    uint32

    ProcessorPackageCount

    The number of physical processor packages.

    Declaration
    public uint32 ProcessorPackageCount
    Field Value
    uint32

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat