(file) Return to CIM_ProcessorCapabilities.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device

Diff for /pegasus/Schemas/CIM231/DMTF/Device/CIM_ProcessorCapabilities.mof between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2012/01/24 13:50:08 version 1.1.2.2, 2012/02/15 17:46:23
Line 0 
Line 1 
   // Copyright (c) 2008 DMTF.  All rights reserved.
      [Version ( "2.19.0" ),
       UMLPackagePath ( "CIM::Device::Processor" ),
       Description (
          "ProcessorCapabilities inherits the capabilities of "
          "EnabledLogicalElementCapabilities and adds properties "
          "describing processor core and hardware thread support." )]
   class CIM_ProcessorCapabilities : CIM_EnabledLogicalElementCapabilities {
   
         [Description (
             "Number of processor cores available for processor. This "
             "number would not include cores disabled by hardware and "
             "may be obtained from SMBIOS 2.5 Type 4 offset 23h." )]
      uint16 NumberOfProcessorCores;
   
         [Description (
             "Number of hardware threads available for the processor. "
             "May be obtained from SMBIOS v2.5 4 offset 25h." )]
      uint16 NumberOfHardwareThreads;
   
   
   };


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2