csharp
public enum ProcessorClassWhat 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)
UnknownThe platform does not distinguish, or does not say.
PerformanceA performance core.
EfficiencyAn 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