HDK
|
#include "pxr/pxr.h"
#include "pxr/base/arch/api.h"
#include "pxr/base/arch/defines.h"
#include "pxr/base/arch/inttypes.h"
Go to the source code of this file.
Macros | |
#define | ARCH_CLK_TCK 100 |
Functions | |
uint64_t | ArchGetTickTime () |
ARCH_API int64_t | ArchTicksToNanoseconds (uint64_t nTicks) |
ARCH_API double | ArchTicksToSeconds (uint64_t nTicks) |
ARCH_API uint64_t | ArchSecondsToTicks (double seconds) |
ARCH_API double | ArchGetNanosecondsPerTick () |
High-resolution, low-cost timing routines.
Definition in file timing.h.