We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7dcd5 commit bfcca89Copy full SHA for bfcca89
lglpy/timeline/gui/timeline/info_widget.py
@@ -271,7 +271,7 @@ def compute_active_event_stats_single(self, event):
271
stream_name = GPUStreamID.get_ui_name(event.stream)
272
stage_name = GPUStageID.get_ui_name(event.stage)
273
274
- metrics = ['']
+ metrics = []
275
276
# Report total runtime of the selected workloads
277
other_names = [
@@ -349,7 +349,7 @@ def compute_active_event_stats_multi(self, active):
349
350
tag_stream_time[event.tag_id][event.stream] += event.duration
351
352
353
354
355
'API workloads:',
0 commit comments