sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool/src/com/nokia/s60tools/analyzetool/engine/statistic/DllLoad.java
changeset 15 0367d2db2c06
parent 6 f65f740e69f9
--- a/sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool/src/com/nokia/s60tools/analyzetool/engine/statistic/DllLoad.java	Tue Aug 24 12:10:03 2010 +0300
+++ b/sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool/src/com/nokia/s60tools/analyzetool/engine/statistic/DllLoad.java	Tue Aug 24 12:16:27 2010 +0300
@@ -107,16 +107,17 @@
 		this.endAddress = lValue;
 	}
 
-	/**
-	 * Set load time of this item
-	 *
-	 * @param newLoadTime
-	 *            Time when this dll is loaded.
-	 */
-	public void setLoadTime(String newLoadTime) {
-		Long lValue = Long.parseLong(newLoadTime, 16);
-		this.loadTime = lValue;
-	}
+//	/**
+//	 * Set load time of this item
+//	 *
+//	 * @param newLoadTime
+//	 *            Time when this dll is loaded.
+//	 */
+//	public void setLoadTime(String newLoadTime) {
+//		Long lValue = Long.parseLong(newLoadTime, 16);
+//		this.loadTime = lValue;
+//	}
+	
 	/**
 	 * Set load time of this item
 	 *
@@ -126,6 +127,7 @@
 	public void setLoadTime(long loadTime) {
 		this.loadTime = loadTime;
 	}
+	
 	/**
 	 * Set unload time of this dll
 	 *