Files
UnrealEngineUWP/Engine/Source/Runtime/Core/Private/Windows
daniele vettorel 104e3acdc7 Add a command line switch to set process-wide affinity on Windows.
Now -processaffinity=<number of logical cores> can be used to restrict the process to use a specific number of logical cores, and -processaffinityphysical=<number of physical cores> can be used to restrict the process to use a specific number of physical (non-hyperthreaded) cores.

When using this option, explicitly setting thread affinities is disabled for simplicity.

#rb Arciel.Rekman, danny.couture

[CL 33691407 by daniele vettorel in ue5-main branch]
2024-05-16 12:48:39 -04:00
..