Package com.jitlogic.zorka.core.perfmon

Examples of com.jitlogic.zorka.core.perfmon.ThreadRankInfo


        testInfos.clear();
        return this;
    }

    public TestThreadRankLister feed(long tid, String tname, long tcpu, long tblock) {
        testInfos.put(tid, new ThreadRankInfo(tid, tname, tcpu * BucketAggregate.MS, tblock * BucketAggregate.MS));

        return this;
    }
View Full Code Here

TOP

Related Classes of com.jitlogic.zorka.core.perfmon.ThreadRankInfo

Copyright © 2018 www.massapicom. 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.