diff -r 615035072f7e -r 844b047e260d sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi/src/com/nokia/carbide/cpp/internal/pi/model/RefinableTrace.java --- a/sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi/src/com/nokia/carbide/cpp/internal/pi/model/RefinableTrace.java Tue Apr 20 14:41:43 2010 +0300 +++ b/sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi/src/com/nokia/carbide/cpp/internal/pi/model/RefinableTrace.java Wed Apr 21 15:14:16 2010 +0300 @@ -19,9 +19,14 @@ public interface RefinableTrace { - // resolve or further resolve addresses to entities like binaries and functions + /** + * resolve or further resolve addresses to entities like binaries and functions + * @param resolver + */ public void refineTrace(FunctionResolver resolver); - // after all refinement is done, do any final touches to the samples + /** + * after all refinement is done, do any final touches to the samples + */ public void finalizeTrace(); }