#include
<fbxsdk/fbxsdk_def.h>#include <fbxsdk/fbxsdk_nsbegin.h>#include <fbxsdk/fbxsdk_nsend.h>Go to the source code of this file.
Functions |
|
| FBXSDK_DLL void | FbxSleep (int pMilliseconds) |
| Put the current thread to sleep. |
|
| FBXSDK_DLL FbxLongLong | FbxGetHighResCounter () |
| Retrieves the current value of the
high-resolution performance counter. |
|
| FBXSDK_DLL FbxLongLong | FbxGetHighResFrequency () |
| Retrieves the frequency of the
high-resolution performance counter. |
|
Definition in file fbxclock.h.
| FBXSDK_DLL void FbxSleep | ( | int | pMilliseconds | ) |
Put the current thread to sleep.
| pMilliseconds | The duration of the sleep in milli-seconds. |
| FBXSDK_DLL FbxLongLong FbxGetHighResCounter | ( | ) |
Retrieves the current value of the high-resolution performance counter.
| FBXSDK_DLL FbxLongLong FbxGetHighResFrequency | ( | ) |
Retrieves the frequency of the high-resolution performance counter.