51 /// @brief Get a timestamp, in microseconds. This will generally be some multiple of the GetTimeStampResolution return value.
52 /// @warning On some platforms this requires a static initialization, an can cause undefined behavior if called before static initializations are complete
53 /// @return The largest size integer containing a timestamp that can be compared to other timestamps, but hads no guarantees for external value.