https://github.com/clayborg commented:

Can we build this feature into the Progress class by calling an accessor? 
Something like:

```
Progress progress("Manually indexing DWARF", module_desc.GetData(), 
total_progress);
progress.SetMinimumNotificationTime(std::chrono::milliseconds(10));
```
Then any busy progress dialogs can take advantage of this timing feature?

https://github.com/llvm/llvm-project/pull/118953
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to