X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.tmf.ui%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Ftmf%2Fui%2Fviewers%2Fstatistics%2Fmodel%2FTmfStatisticsTree.java;h=db230368c1ede2aa156bff7e94b5a8bba54d3b94;hb=a0a88f6529c951d3728d9e5b36dc3df35055c03b;hp=4d894b811488b0ab236f368c4662f23f28a46113;hpb=81fe3479dc34eda23b25d12c22e78d7bb657a77a;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/statistics/model/TmfStatisticsTree.java b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/statistics/model/TmfStatisticsTree.java index 4d894b8114..db230368c1 100755 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/statistics/model/TmfStatisticsTree.java +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/statistics/model/TmfStatisticsTree.java @@ -131,11 +131,11 @@ public class TmfStatisticsTree { /** * Get the event types paths. * - * @param event - * Event to get the path for. - * @param extraInfo - * Extra information to pass along with the event - * @return Array of FixedArray representing the paths. + * @param traceName + * The name of the trace (will be used as a sub-tree in the view) + * @param type + * The event type + * @return Array of arrays representing the paths */ protected String[][] getTypePaths(String traceName, String type) { String[][] paths = { new String[] {traceName, HEADER_EVENT_TYPES, type } }; @@ -145,11 +145,9 @@ public class TmfStatisticsTree { /** * Get the standard paths for an event. * - * @param event - * Event to get the path for. - * @param extraInfo - * Extra information to pass along with the event - * @return Array of FixedArray representing the paths. + * @param traceName + * The name of the trace (will be used as a sub-tree in the view) + * @return Array of arrays representing the paths */ protected String[][] getNormalPaths(String traceName) { String[][] paths = { new String[] { traceName } };