lttng.ust: Remove some unused messages
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Wed, 24 Aug 2016 15:22:25 +0000 (11:22 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Wed, 24 Aug 2016 17:15:23 +0000 (13:15 -0400)
Change-Id: Ic0f5e0a614d48c44228b8a8199b0007fb0dff2d9
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/79640
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
lttng/org.eclipse.tracecompass.lttng2.ust.ui/src/org/eclipse/tracecompass/internal/lttng2/ust/ui/analysis/callstack/Messages.java
lttng/org.eclipse.tracecompass.lttng2.ust.ui/src/org/eclipse/tracecompass/internal/lttng2/ust/ui/analysis/callstack/messages.properties

index e1f176bff836df0beb67e80cef2825d3295803be..2ce8d1ce45518bda02395b1f16288b574d8fade5 100644 (file)
@@ -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);
index 330002928e45067b54b1916550cb690396551ec3..8adbf025da996021ce419b1f0e2ce905d9f5f411 100644 (file)
 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
This page took 0.02649 seconds and 5 git commands to generate.