Changes between Version 6 and Version 7 of Old/Documentation/OTG/FuncSpec/TimingControl
- Timestamp:
- Oct 6, 2005, 6:07:55 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Documentation/OTG/FuncSpec/TimingControl
v6 v7 34 34 == TimeStamp Report in Measurements == 35 35 36 As mentioned before, the rx_timestamp and tx_timestamp are of absolute clock. Ideally, they should be report as floating point numbers. However, those values 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.36 As mentioned before, the rx_timestamp and tx_timestamp are of absolute clock. Ideally, they should be reported as floating point numbers. However, those values 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. 37 37 38 38 packet generation timestamp is reported as a float variable.