sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi/src/com/nokia/carbide/cpp/internal/pi/analyser/ProfileReader.java
changeset 12 ae255c9aa552
parent 5 844b047e260d
equal deleted inserted replaced
11:5b9d4d8641ce 12:ae255c9aa552
    78 
    78 
    79 /*
    79 /*
    80  * Class for reading a processed profile data file and setting up the
    80  * Class for reading a processed profile data file and setting up the
    81  * editor pages, initial graphs, and initial tables
    81  * editor pages, initial graphs, and initial tables
    82  */
    82  */
    83 public class ProfileReader
    83 public final class ProfileReader
    84 {
    84 {
    85 	// objects (mainly traces) read, it's lifetime exist between loadAnalysisFile for last usage in loadAnalysisFile
    85 	// objects (mainly traces) read, it's lifetime exist between loadAnalysisFile for last usage in loadAnalysisFile
    86 	static private ArrayList<Object> readObjects = new ArrayList<Object>();
    86 	static private ArrayList<Object> readObjects = new ArrayList<Object>();
    87 	static private ArrayList<Hashtable> recObjects = new ArrayList<Hashtable>();
    87 	static private ArrayList<Hashtable> recObjects = new ArrayList<Hashtable>();
    88 	static private ProfileReader instance;
    88 	static private ProfileReader instance;