Function
Returns the elapsed time, in seconds, from system initialization.
Syntax
#include <dx/dx.h>
double DXGetTime()
Functional Details
The resolution of this measurement is limited by the timing information available from the underlying operating system.
Generally, calls to DXGetTime should be used in pairs to measure the amount of time elapsed between two events during a single execution of Data Explorer.
Return Value
Returns the elapsed time.
See Also
DXMarkTime, DXMarkTimeLocal, DXPrintTimes, DXTraceTime