Improve GUI plot workflow and performance
This commit is contained in:
@@ -258,7 +258,7 @@ def main() -> None:
|
||||
for index, value in enumerate(values)
|
||||
)
|
||||
line = (
|
||||
f"time={now - started_at:7.3f}s "
|
||||
f"测试 time={now - started_at:7.3f}s "
|
||||
f"sample={sample_index:7d} {joined}\n"
|
||||
)
|
||||
conn.sendall(line.encode("utf-8"))
|
||||
|
||||
Reference in New Issue
Block a user