Skip to content

Commit bfcca89

Browse files
committed
Timeline: Remove info panel newline
1 parent 6a7dcd5 commit bfcca89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lglpy/timeline/gui/timeline/info_widget.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def compute_active_event_stats_single(self, event):
271271
stream_name = GPUStreamID.get_ui_name(event.stream)
272272
stage_name = GPUStageID.get_ui_name(event.stage)
273273

274-
metrics = ['']
274+
metrics = []
275275

276276
# Report total runtime of the selected workloads
277277
other_names = [
@@ -349,7 +349,7 @@ def compute_active_event_stats_multi(self, active):
349349

350350
tag_stream_time[event.tag_id][event.stream] += event.duration
351351

352-
metrics = ['']
352+
metrics = []
353353
# Report total runtime of the selected workloads
354354
other_names = [
355355
'API workloads:',

0 commit comments

Comments
 (0)