Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在多线程 eclipse rcp 应用程序中进行大量线程清理。由于过去的随意编码(包括我在内,我承认),它在 UI 线程上发生了很多与 UI 无关的操作。
我们一直在进行大量清理和适当的线程处理。我真的很想监控 UI 可运行队列,看看发生了什么,以确保我没有遗漏任何东西。
关于如何在我使用应用程序时监控 UISynchronizer.messageCount / RunnableLock[] 的任何建议?