Skip to content

Commit f2ddc4c

Browse files
committed
.
1 parent d61ff59 commit f2ddc4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/benchmark_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def get_metrics_from_trace(trace: dict[str, Any], task: str) -> list[float]:
101101

102102
def get_metrics_from_trace_tpu(trace: dict[str, Any], task: str) -> list[float]:
103103
event_matcher = re.compile(task)
104-
104+
print("Extracting time from TPU trace...")
105105
if "traceEvents" not in trace:
106106
raise KeyError("Key 'traceEvents' not found in trace.")
107107

0 commit comments

Comments
 (0)