Essential platform dependent information and implementations. More...
Public Types | |
enum | Architectures |
Processor architectures. More... | |
enum | Platforms |
Platform information More... | |
enum | RuntimeHosts |
Runtime host information. More... | |
enum | Runtimes |
Runtime information. More... | |
Public Member Functions | |
override string | ToString () |
Create a debug string of the content. More... | |
Public Attributes | |
Native.Allocator | Allocator |
The native memory allocator. More... | |
Architectures | Architecture |
The processor architecture. More... | |
int | CoreCount |
The number of cores to use. More... | |
Platforms | Platform |
The OS platform. More... | |
Runtimes | Runtime |
The runtime information. More... | |
RuntimeHosts | RuntimeHost |
The runtime host the simulation is started from. More... | |
IDeterministicPlatformTaskRunner | TaskRunner |
The platform dependend Quantum task runner. More... | |
Essential platform dependent information and implementations.
|
inline |
Create a debug string of the content.
Architectures Photon.Deterministic.DeterministicPlatformInfo.Architecture |
The processor architecture.
Platforms Photon.Deterministic.DeterministicPlatformInfo.Platform |
The OS platform.
RuntimeHosts Photon.Deterministic.DeterministicPlatformInfo.RuntimeHost |
The runtime host the simulation is started from.
Runtimes Photon.Deterministic.DeterministicPlatformInfo.Runtime |
The runtime information.
Native.Allocator Photon.Deterministic.DeterministicPlatformInfo.Allocator |
The native memory allocator.
int Photon.Deterministic.DeterministicPlatformInfo.CoreCount |
The number of cores to use.
IDeterministicPlatformTaskRunner Photon.Deterministic.DeterministicPlatformInfo.TaskRunner |
The platform dependend Quantum task runner.