Skip to content

Changes

Summary

  1. Bug 572889: Remove LEGACY from jenkins file after dropping older targets (details)
  2. Remove Legacy* flags from incubator jenkins file used for older targets (details)
Commit 5106858d1545f5f1ea186d96740e245aac0f6694 by Bernd Hufmann
Bug 572889: Remove LEGACY from jenkins file after dropping older targets

Also remove jenkins file for Java 8 build.

Change-Id: I5dab18a127b342355f2398d09dc22a77349d0072
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
The file was removedjenkins/pipelines/tracecompass.Jenkinsfile
The file was modified jenkins/pipelines/tracecompass-jdk11.Jenkinsfile
Commit 43fd26da5cf50bb09c236eac7ba154c24aec26e9 by Bernd Hufmann
Remove Legacy* flags from incubator jenkins file used for older targets

see Bug 576767

This is not needed anymore since older targets before 4.16 are not
supported anymore.

Remove Legacy-server-2020-06, because it's not needed anymore because
there is a separate 2020-06 branch that takes care of building for that
target.

Change-Id: I750870734f03f7c5fc417b4378e17f17ff3de258
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
The file was modified jenkins/pipelines/tracecompass-incubator-jdk11.Jenkinsfile
The file was removedjenkins/pipelines/tracecompass-incubator.Jenkinsfile

Summary

  1. timing.ui: limit table to 64k entries (details)
Commit 2902d42731aba9c763fa2e338d314971ecebebf4 by Matthew Khouzam
timing.ui: limit table to 64k entries

This is to mitigate a limitation from SWT (GTK?) where
it allocates memory per cell even with a virtual
table.

Also add tracepoints to monitor performance.

Change-Id: I1cb6a032572dbf2f6bc911819fb1395e710427cb
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/161603
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java