File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed
Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -387,7 +387,6 @@ def get_resolution_str(self) -> str:
387387 label = self .memoize (label )
388388 return label
389389
390-
391390 def get_draw_count_str (self ) -> str :
392391 '''
393392 Get the draw call count string.
Original file line number Diff line number Diff line change 3939from ...drawable .drawable_channel import DrawableChannel
4040from ...drawable .world_drawable import WorldDrawableRect
4141from ...drawable .style import Style , StyleSet , StyleSetLibrary
42- from ...data .processed_trace import GPUWorkload
4342
4443
4544class FakeMouseDrag :
Original file line number Diff line number Diff line change @@ -366,6 +366,7 @@ def deferred_load():
366366 try :
367367 trace_data = RawTrace (trace_file , metadata_file )
368368 self .trace_data = GPUTrace (trace_data )
369+
369370 self .loaded_file_path = trace_file
370371 except Exception :
371372 self .status .log ('Open cancelled (failed to load)' )
You can’t perform that action at this time.
0 commit comments