Vixen
02b45cc4
csharp
public enum ProcessorClass

What kind of core a logical processor sits on.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

Heterogeneous CPUs are now the common case rather than the mobile exception — Apple silicon, Intel's P/E split, and every ARM big.LITTLE phone. Scheduling a frame-critical worker onto an efficiency core costs several milliseconds and looks exactly like a random stall.

Fields and properties (3)

  • Unknown

    The platform does not distinguish, or does not say.

  • Performance

    A performance core.

  • Efficiency

    An efficiency core.

Used by (9)

  • DesktopProcessorTopologyVixen.Platform.Desktop
  • HeadlessProcessorTopologyVixen.Platform.Headless
  • IProcessorTopologyVixen.Platform
  • LinuxProcessorTopologyVixen.Platform.Linux
  • MacOSProcessorTopologyVixen.Platform.MacOS
  • MacOSSupplementTestsVixen.Platform.MacOS.Tests
  • NothingProcessorTopologyVixen.Platform.MacOS.Tests
  • NothingProcessorTopologyVixen.Platform.Desktop.Tests
  • WindowsProcessorTopologyVixen.Platform.Windows