Changes between Version 1 and Version 2 of Old/Documentation/OTG/FuncSpec/TimingControl
- Timestamp:
- Sep 30, 2005, 4:15:02 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Documentation/OTG/FuncSpec/TimingControl
v1 v2 19 19 To realize this, its origin_ (orgin time) would be shifted whenever an pasue-resume operation occured. 20 20 21 == How to get Absolute time == 21 22 23 24 == TimeStamp Report in Measurements == 25 26 As mentioned before, the rx_timestamp and tx_timestamp are of abosolute clock. Ideally, they should be report as floating point numbers. However, those valuse are usually very big. Because MySQL database does not show large float value very well, we cast them to integers. The timestamps are of integer millisecond unit.