231232233234235236237238239240241242243244
log.warn(e, e); return; } } Sampler sampler = new CountSampler(100); while (true) { if (sampler.next()) Trace.on("gc"); Span gcSpan = Trace.start("loop"); tStart = System.currentTimeMillis(); try {
222223224225226227228229230231232233234235
518519520521522523524525526527528529530531
} catch (InterruptedException e) { log.warn(e, e); return; } Sampler sampler = new CountSampler(100); while (true) { if (sampler.next()) Trace.on("gc"); Span gcSpan = Trace.start("loop"); tStart = System.currentTimeMillis(); try {
227228229230231232233234235236237238239240
526527528529530531532533534535536537538539