![]() |
MAGE
v0.171.0
Matthias Advanced Game Engine
|
Functions | |
U64 | ConvertTimestamp (const FILETIME &ftime) noexcept |
U64 | GetSystemTimestamp () noexcept |
const std::pair< U64, U64 > | GetCoreTimestamps () noexcept |
U64 | GetCoreTimestamp () noexcept |
U64 | GetKernelModeCoreTimestamp () noexcept |
U64 | GetUserModeCoreTimestamp () noexcept |
U64 | GetCoreTimestampPerCore () noexcept |
U64 | GetKernelModeCoreTimestampPerCore () noexcept |
U64 | GetUserModeCoreTimestampPerCore () noexcept |
Variables | |
const FU16 | g_nb_system_cores = NumberOfSystemCores() |
|
noexcept |
Converts the given file time to an U64
(in 100 ns).
[in] | ftime | A reference to the file time. |
U64
(in 100 ns) representing the given file time.
|
noexcept |
Returns the current core timestamp (in 100 ns).
|
noexcept |
Returns the current core timestamp per system core (in 100 ns).
|
noexcept |
Returns the current core timestamps (in 100 ns).
GetLastError
.
|
noexcept |
Returns the current kernel mode core timestamp (in 100 ns).
|
noexcept |
Returns the current kernel mode core timestamp per system core (in 100 ns).
|
noexcept |
Returns the current system timestamp (in 100 ns).
|
noexcept |
Returns the current user mode core timestamp (in 100 ns).
|
noexcept |
Returns the current user mode core timestamp per system core (in 100 ns).
const FU16 mage::anonymous_namespace{system_time.cpp}::g_nb_system_cores = NumberOfSystemCores() |
The number of system cores.