Add TODO to PriorityTaskPicker about VisualVM
This commit is contained in:
+1
@@ -65,6 +65,7 @@ public class PriorityTaskPicker
|
||||
{
|
||||
try
|
||||
{
|
||||
// TODO limit based on thread count so visual VM is easier to parse
|
||||
for (Executor executor : (Iterable<? extends Executor>) this.executors.stream().sorted(Comparator.comparingLong(executor -> executor.totalRuntimeNanos.get()))::iterator)
|
||||
{
|
||||
TrackedRunnable task;
|
||||
|
||||
Reference in New Issue
Block a user