This class holds timer information (return value of the debugger.XTime function).
This holds whether this is a CPU clock measurement or not. |
|
This holds whether an overflow has occurred or not. |
XTimeInfo is a class, and it is the structure of the return value from the debugger.XTime function. |
>>>info = debugger.XTime() 9820214200nsec >>>print info.Value 9820214200 >>>print info.IsCpuClock False >>>print info.IsOverFlow False >>> |