提交 c5503233 authored 作者: Thomas Mueller's avatar Thomas Mueller

Profiler: ignore the windows event loop

上级 fb0fc07a
......@@ -27,7 +27,8 @@ public class Profiler implements Runnable {
"java.net.SocketInputStream.socketRead0," +
"java.lang.UNIXProcess.waitForProcessExit," +
"java.lang.Object.wait," +
"java.lang.Thread.sleep,"
"java.lang.Thread.sleep," +
"sun.awt.windows.WToolkit.eventLoop,"
, ',', true);
private volatile boolean stop;
private HashMap<String, Integer> counts = new HashMap<String, Integer>();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论