Skip to content

Commit 18f18d3

Browse files
committed
Rename the trace type labels in the trace dialog.
1 parent 637a824 commit 18f18d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gapic/src/main/com/google/gapid/views/TracerDialog.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,9 +651,9 @@ private static ComboViewer createApiDropDown(Composite parent, Service.TraceType
651651
@Override
652652
public String getText(Object element) {
653653
switch ((Service.TraceType)element) {
654-
case Graphics: return "Vulkan";
654+
case Graphics: return "Frame Profile - Vulkan";
655655
case Perfetto: return "System Profile";
656-
case ANGLE: return "OpenGL on ANGLE";
656+
case ANGLE: return "Frame Profile - OpenGL on ANGLE";
657657
default: throw new AssertionError();
658658
}
659659
}

0 commit comments

Comments
 (0)