188189190191192193194195196197198199200201
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 {