The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.

For a list of other such plugins, see the Pipeline Steps Reference page.

Memory Map Plugin

memoryMap: Memory Map Publisher

  • chosenParsers
      Array / List of Nested Choice of Objects
    • gccParser
      • parserUniqueName : String

        A unique parser name. This has to be unique among the parsers chosen in this job otherwise results will get mixed together, renaming this invalidates previous results.

      • mapFile : String

        An Ant file pattern, pointing to a map file, which describes the location of code in the specified memory layout

      • configurationFile : String

        An Ant file pattern, pointing to a command file, which describes the memory layout of the target device

      • wordSize : int
      • bytesOnGraph : boolean
      • graphConfiguration
          Array / List of Nested Object
        • graphDataList : String

          Graph data settings

          The data to be harvested

          You can add several data values to one graph, with a comma separator, i.e DATA,CONST

          This will create a graph with two datapoints

          You can also ADD the values of the sections together like so: DATA+CONST this will generate one combined dataset with the combined value of CONST and DATA

        • graphCaption : String

          The title of the graph

      • parserTitle : String (optional)
    • tiParser
      • parserUniqueName : String

        A unique parser name. This has to be unique among the parsers chosen in this job otherwise results will get mixed together, renaming this invalidates previous results.

      • mapFile : String

        An Ant file pattern, pointing to a map file, which describes the location of code in the specified memory layout

      • configurationFile : String

        An Ant file pattern, pointing to a command file, which describes the memory layout of the target device

      • wordSize : int
      • graphConfiguration
          Array / List of Nested Object
        • graphDataList : String

          Graph data settings

          The data to be harvested

          You can add several data values to one graph, with a comma separator, i.e DATA,CONST

          This will create a graph with two datapoints

          You can also ADD the values of the sections together like so: DATA+CONST this will generate one combined dataset with the combined value of CONST and DATA

        • graphCaption : String

          The title of the graph

      • bytesOnGraph : boolean
      • parserTitle : String (optional)
  • scale : String (optional)

    Scale for y-axis

  • showBytesOnGraph : boolean (optional)

    Show "Bytes" on y-axis rather than "Words"

  • wordSize : int (optional)

    The word size of the processor

    Default value is 8


Was this page helpful?

Please submit your feedback about this page through this quick form.

Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?

    


See existing feedback here.