sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.priority2/src/com/nokia/carbide/cpp/pi/priority2/Priority2Plugin.java
changeset 5 844b047e260d
parent 2 b9ab3b238396
child 12 ae255c9aa552
equal deleted inserted replaced
4:615035072f7e 5:844b047e260d
   155 
   155 
   156 	public String getTraceName() {
   156 	public String getTraceName() {
   157 		return "Priority"; //$NON-NLS-1$
   157 		return "Priority"; //$NON-NLS-1$
   158 	}
   158 	}
   159 
   159 
       
   160 	/* (non-Javadoc)
       
   161 	 * @see com.nokia.carbide.cpp.internal.pi.plugin.model.ITrace#getTraceTitle()
       
   162 	 */
       
   163 	public String getTraceTitle() {
       
   164 		return Messages.getString("Priority2Plugin.0"); //$NON-NLS-1$
       
   165 	}
       
   166 
   160 	public int getTraceId() {
   167 	public int getTraceId() {
   161 		return 5;
   168 		return 5;
   162 	}
   169 	}
   163 
   170 
       
   171 
       
   172 	/* (non-Javadoc)
       
   173 	 * @see com.nokia.carbide.cpp.internal.pi.plugin.model.ITrace#parseTraceFiles(java.io.File[])
       
   174 	 */
       
   175 	public ParsedTraceData parseTraceFiles(File[] files) throws Exception {
       
   176 		throw new UnsupportedOperationException();
       
   177 	}
   164 
   178 
   165 	public ParsedTraceData parseTraceFile(File file /*, ProgressBar progressBar*/) throws Exception 
   179 	public ParsedTraceData parseTraceFile(File file /*, ProgressBar progressBar*/) throws Exception 
   166 	{
   180 	{
   167 		 try
   181 		 try
   168 	        {
   182 	        {