Hello, when you do a spark sampler of all threads, its hard to tell what threads are just sleeping or which ones are acutally using the cpu, a way to exclude Thread.sleep Object.wait() java.util.concurrent.TimeUnit.*.sleep(long timeout) java.util.concurrent.locks.LockSupport.park() sun.misc.Unsafe.park() CompletableFuture.delayedExecutor () ScheduledExecutorService.schedule() etc would be very nice
Hello, when you do a spark sampler of all threads, its hard to tell what threads are just sleeping or which ones are acutally using the cpu, a way to exclude Thread.sleep Object.wait() java.util.concurrent.TimeUnit.*.sleep(long timeout) java.util.concurrent.locks.LockSupport.park() sun.misc.Unsafe.park() CompletableFuture.delayedExecutor () ScheduledExecutorService.schedule() etc would be very nice