tmf: Add an attribute pool for state system analyses
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Wed, 24 Feb 2016 16:24:41 +0000 (11:24 -0500)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Tue, 5 Apr 2016 00:20:41 +0000 (20:20 -0400)
commit22bae74e247c4e6aedf9414dcfc6ab0075cb4930
tree345aca641df500612b345cfe0a4d3b721dede191
parentba95ec1fd84362b2d2269aa94c2e9822230d3320
tmf: Add an attribute pool for state system analyses

This new class allows to reuse attribute quarks in a state system. It can
typically be used by analyses who want to save data in the state system
for short intervals of time. Instead of creating a number of attributes with
lots of empty space before and after, they can reuse the same. It makes for
more compact time graph views as well.

Change-Id: Ie7f32eccb02096ef62df4c479a8e2bcfcd043af6
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/67263
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@efficios.com>
tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/statesystem/AttributePoolTest.java [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/statesystem/TmfAttributePool.java [new file with mode: 0644]
This page took 0.024788 seconds and 5 git commands to generate.