improve export progress

This commit is contained in:
tildearrow 2025-04-14 14:42:15 -05:00
parent 4899513194
commit 5e4dbe7063
3 changed files with 47 additions and 3 deletions

View file

@ -6065,7 +6065,11 @@ bool FurnaceGUI::loop() {
} else {
WAKE_UP;
ImGui::Text("Exporting...");
ImGui::Text("%d/%d",csProgress.optCurrent,csProgress.optTotal);
ImGui::Text("opt stage: %d",csProgress.optStage);
ImGui::Text("pass: %d/%d",csProgress.optCurrent,csProgress.optTotal);
ImGui::Text("find: %d/%d",csProgress.findCurrent,csProgress.findTotal);
ImGui::Text("expand: %d/%d",csProgress.expandCurrent,csProgress.optCurrent);
ImGui::Text("benefit: %d/%d",csProgress.origCurrent,csProgress.origCount);
// check whether we're done
if (csExportDone) {