Class CallStackSymbolFactory

java.lang.Object
org.eclipse.tracecompass.incubator.callstack.core.symbol.CallStackSymbolFactory

public final class CallStackSymbolFactory extends Object
A factory that creates the appropriate symbol for a given element
Author:
Geneviève Bastien
  • Method Details

    • createSymbol

      public static ICallStackSymbol createSymbol(Object symbol, ICallStackElement element, long timestamp)
      Create a callstack symbol for a given element
      Parameters:
      symbol - the symbol, could be an number address, a string, or really anything
      element - the element to lookup
      timestamp - the time to lookup
      Returns:
      an ICallStackSymbol with the data to be shown.