added gpr speed tracking
This commit is contained in:
@@ -41,6 +41,13 @@ def serialize_trace_collection(collection: SweepCollection, magic: int) -> bytes
|
||||
_write_interleaved_complex(buffer, s11)
|
||||
_write_interleaved_complex(buffer, s21)
|
||||
|
||||
buffer.extend(
|
||||
struct.pack(
|
||||
"<QQ",
|
||||
int(collection.capture_start_ns),
|
||||
int(collection.capture_end_ns),
|
||||
)
|
||||
)
|
||||
return bytes(buffer)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user