提交 1c9fa69f authored 作者: Thomas Mueller's avatar Thomas Mueller

Avoid concurrent modification exceptions.

上级 e2fb2496
......@@ -155,6 +155,7 @@ public class Profiler implements Runnable {
* @return the stack traces.
*/
public String getTop(int count) {
stopCollecting();
StringBuilder buff = new StringBuilder();
buff.append("Profiler: top ").append(count).append(" stack trace(s) of ").append(time).
append(" ms [build-").append(Constants.BUILD_ID).append("]\n");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论