1#include <Foundation/FoundationInternal.h>
2PL_FOUNDATION_INTERNAL_HEADER
4#include <Foundation/Time/Time.h>
8void plTime::Initialize()
15 clock_gettime(CLOCK_MONOTONIC_RAW, &sp);
The time class encapsulates a double value storing the time in seconds.
Definition Time.h:12
PL_ALWAYS_INLINE static constexpr plTime MakeFromSeconds(double fSeconds)
Creates an instance of plTime that was initialized from seconds.
Definition Time.h:30
static plTime Now()
Gets the current time.
Definition Time_Posix.h:12