Examples of ThreadHistoryTracker


Examples of com.sworddance.util.perf.ThreadHistoryTracker

        this.result = result;
        taskSequence = new AtomicInteger(0);
        tasksToBeRun = new ArrayList<PrioritizedTask>();
        locklessTasks = new ArrayList<PrioritizedTask>();
        deadTasks = new ArrayList<PrioritizedTask>();
        threadHistoryTracker = new ThreadHistoryTracker();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.