Shared/Environment.h file

Namespace Death::Environment.

Namespaces

namespace Death
Shared root namespace.
namespace Death::Environment
Platform-specific environment helper functions.

Functions

auto IsSandboxed() -> bool
Returns whether the application is running in a sandboxed environment.
auto QueryUnbiasedInterruptTime() -> std::uint64_t
Returns the current unbiased interrupt-time count, in units of 100 nanoseconds.
auto QueryUnbiasedInterruptTimeAsMs() -> std::uint64_t
Returns the current unbiased interrupt-time count, in milliseconds.