From: Marc-Andre Laperle Date: Wed, 24 Aug 2016 15:22:25 +0000 (-0400) Subject: lttng.ust: Remove some unused messages X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=7a65e099d459077e5c364dd330f8942a42dca414;p=deliverable%2Ftracecompass.git lttng.ust: Remove some unused messages Change-Id: Ic0f5e0a614d48c44228b8a8199b0007fb0dff2d9 Signed-off-by: Marc-Andre Laperle Reviewed-on: https://git.eclipse.org/r/79640 Reviewed-by: Hudson CI Reviewed-by: Bernd Hufmann Tested-by: Bernd Hufmann --- diff --git a/lttng/org.eclipse.tracecompass.lttng2.ust.ui/src/org/eclipse/tracecompass/internal/lttng2/ust/ui/analysis/callstack/Messages.java b/lttng/org.eclipse.tracecompass.lttng2.ust.ui/src/org/eclipse/tracecompass/internal/lttng2/ust/ui/analysis/callstack/Messages.java index e1f176bff8..2ce8d1ce45 100644 --- a/lttng/org.eclipse.tracecompass.lttng2.ust.ui/src/org/eclipse/tracecompass/internal/lttng2/ust/ui/analysis/callstack/Messages.java +++ b/lttng/org.eclipse.tracecompass.lttng2.ust.ui/src/org/eclipse/tracecompass/internal/lttng2/ust/ui/analysis/callstack/Messages.java @@ -19,53 +19,6 @@ import org.eclipse.osgi.util.NLS; public class Messages extends NLS { private static final String BUNDLE_NAME = "org.eclipse.tracecompass.internal.lttng2.ust.ui.analysis.callstack.messages"; //$NON-NLS-1$ - /** - * Self time of a function - */ - public static String SegmentStoreStaticsViewer_selfTime; - /** - * Total time of a function - */ - public static String SegmentStoreStaticsViewer_totalTime; - - /** - * Adress of a function - */ - public static String Function_address; - /** - * Total self Time of a function - */ - public static String SegmentStoreStaticsViewer_totalSelfTime; - - /** - * Total calls of a function - */ - public static String SegmentStoreStaticsViewer_totalCalls; - /** - *The callers of a function - */ - public static String SegmentStoreStaticsViewer_Callers; - /** - *The callees of a function - */ - public static String SegmentStoreStaticsViewer_Callees; - /** - *The depth of a function - */ - public static String SegmentStoreStaticsViewer_Depth; - /** - *The duration of a function - */ - public static String FlameGraph_Duration; - /** - *The time percentage of a function - */ - public static String FlameGraph_Percentage; - /** - *The number of calls of a function - */ - public static String FlameGraph_NbreCalls; - static { // initialize resource bundle NLS.initializeMessages(BUNDLE_NAME, Messages.class); diff --git a/lttng/org.eclipse.tracecompass.lttng2.ust.ui/src/org/eclipse/tracecompass/internal/lttng2/ust/ui/analysis/callstack/messages.properties b/lttng/org.eclipse.tracecompass.lttng2.ust.ui/src/org/eclipse/tracecompass/internal/lttng2/ust/ui/analysis/callstack/messages.properties index 330002928e..8adbf025da 100644 --- a/lttng/org.eclipse.tracecompass.lttng2.ust.ui/src/org/eclipse/tracecompass/internal/lttng2/ust/ui/analysis/callstack/messages.properties +++ b/lttng/org.eclipse.tracecompass.lttng2.ust.ui/src/org/eclipse/tracecompass/internal/lttng2/ust/ui/analysis/callstack/messages.properties @@ -12,16 +12,3 @@ LttnUstCallStackAnalysisModule_EventsLoadingInformation=Add the ''vtid'' and ''procname'' contexts to your trace session. \n\ Preload the ''liblttng-ust-cyg-profile'' library when running your program: \n\ LD_PRELOAD=/usr/lib/liblttng-ust-cyg-profile.so ./myprogram - -SegmentStoreStaticsViewer_selfTime=Self time -SegmentStoreStaticsViewer_totalTime=Total time -Function_address=address -FlameGraph_Duration=Duration -FlameGraph_Percentage=Percentage -FlameGraph_NbreCalls=Number of calls - -SegmentStoreStaticsViewer_totalSelfTime=Total self time -SegmentStoreStaticsViewer_totalCalls=Total calls -SegmentStoreStaticsViewer_Callers=Callers -SegmentStoreStaticsViewer_Callees=Callees -SegmentStoreStaticsViewer_Depth=Depth