mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 16:26:14 +08:00
tici: affine loggerd to efficiency cores (#22581)
This commit is contained in:
@@ -20,5 +20,5 @@ if __name__ == "__main__":
|
||||
|
||||
if len(ts[s]):
|
||||
d = np.diff(ts[s])
|
||||
print(f"{s:17} {np.mean(d):.2f} {np.std(d):.2f} {np.max(d):.2f} {np.min(d):.2f}")
|
||||
print(f"{s:25} {np.mean(d):.2f} {np.std(d):.2f} {np.max(d):.2f} {np.min(d):.2f}")
|
||||
time.sleep(1)
|
||||
|
||||
Reference in New Issue
Block a user