sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.priority/src/com/nokia/carbide/cpp/pi/priority/PriorityPlugin.java
changeset 5 844b047e260d
parent 2 b9ab3b238396
child 12 ae255c9aa552
equal deleted inserted replaced
4:615035072f7e 5:844b047e260d
   161 
   161 
   162 	public String getTraceName() {
   162 	public String getTraceName() {
   163 		return "Priority"; //$NON-NLS-1$
   163 		return "Priority"; //$NON-NLS-1$
   164 	}
   164 	}
   165 
   165 
       
   166 	/* (non-Javadoc)
       
   167 	 * @see com.nokia.carbide.cpp.internal.pi.plugin.model.ITrace#getTraceTitle()
       
   168 	 */
       
   169 	public String getTraceTitle() {
       
   170 		return Messages.getString("PriorityPlugin.0"); //$NON-NLS-1$
       
   171 	}
       
   172 
   166 	public int getTraceId() {
   173 	public int getTraceId() {
   167 		return 4;	//same id than MEM trace has because PRI trace is parsed from a MEM trace file
   174 		return 4;	//same id than MEM trace has because PRI trace is parsed from a MEM trace file
       
   175 	}
       
   176 
       
   177 	/* (non-Javadoc)
       
   178 	 * @see com.nokia.carbide.cpp.internal.pi.plugin.model.ITrace#parseTraceFiles(java.io.File[])
       
   179 	 */
       
   180 	public ParsedTraceData parseTraceFiles(File[] files) throws Exception {
       
   181 		throw new UnsupportedOperationException();
   168 	}
   182 	}
   169 
   183 
   170 	public ParsedTraceData parseTraceFile(File file /*, ProgressBar progressBar*/) throws Exception 
   184 	public ParsedTraceData parseTraceFile(File file /*, ProgressBar progressBar*/) throws Exception 
   171 	{
   185 	{
   172 		 try
   186 		 try