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

Profiler improvements.

上级 f7f92bd7
...@@ -21,7 +21,7 @@ public class Profiler implements Runnable { ...@@ -21,7 +21,7 @@ public class Profiler implements Runnable {
private static Instrumentation instrumentation; private static Instrumentation instrumentation;
private static final int MAX_ELEMENTS = 1000; private static final int MAX_ELEMENTS = 1000;
public int interval = 10; public int interval = 2;
public int depth = 32; public int depth = 32;
public boolean paused; public boolean paused;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论