Skip to content

Commit f0f5933

Browse files
committed
DPL GUI: add dispatch policy to the inspector
1 parent 279c652 commit f0f5933

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Framework/GUISupport/src/FrameworkGUIDeviceInspector.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ void displayDeviceInspector(DeviceSpec const& spec,
365365
if (ImGui::CollapsingHeader("Policies")) {
366366
ImGui::Text("Completion: %s", spec.completionPolicy.name.c_str());
367367
ImGui::Text("Sending: %s", spec.sendingPolicy.name.c_str());
368+
ImGui::Text("Dispatching: %s", spec.dispatchPolicy.name.c_str());
368369
}
369370

370371
if (ImGui::CollapsingHeader("Signals", ImGuiTreeNodeFlags_DefaultOpen)) {

0 commit comments

Comments
 (0)