tici: affine loggerd to efficiency cores (#22581)

old-commit-hash: 84de248fa7
This commit is contained in:
Adeeb Shihadeh
2021-10-18 13:21:24 -07:00
committed by GitHub
parent 26d7db6649
commit 25cfa2b65a
7 changed files with 31 additions and 21 deletions
+1 -1
View File
@@ -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)