Package org.apache.kato.common

Examples of org.apache.kato.common.ClassSummary


    LinkedList<IJavaClass> loadedClassesRecordNO = new LinkedList<IJavaClass>();
    LinkedList<IJavaThread> threadRecordNO = new LinkedList<IJavaThread>();
    LinkedList<Integer> javastacks = new LinkedList<Integer>();
    idToLocationMap = new IDToLocationHashMapper();

    recordSummary=new ClassSummary();

    int heapRecordNo=0;
    while (true) {
      IHProfRecord record = file.getRecord(r);
      if (record == null)
View Full Code Here

TOP

Related Classes of org.apache.kato.common.ClassSummary

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.