-
Notifications
You must be signed in to change notification settings - Fork 14
NewIn10.2
Bernd Hufmann edited this page Dec 4, 2024
·
2 revisions
- Fix SegmentStoreScatterDataProvider for empty segment store
- Implement new query2D API in ThreadedHistoryTreeBackend
- Do not reduce time range condition for root nodes
- Failing test classes due to incorrect types.
- tmf: Fix hash code of DataProviderDescriptor implementation
- tmf: Fix stream orElse(null) errors
- Latency Analysis DataProviderDescriptors with parentId
- Latency Analysis DataProviderDescriptors with config
- data provider ProviderType.NONE for DPs without graphs
- ITmfConfiguration configuration create and update methods
- Allow TmfConfiguration to be de-/serialized with GSON
- TmfConfiguration.UNKNOWN string if values are not set
- configuration setter/getter in IAnalysisModule
- ITmfDataProviderConfigurator interface for custom data provider
- getAdapter() interface to IDataProviderFactory
- parent ID and creation configuration to IDataProviderDescriptor
- API to add and remove analysis modules to/from ITmfTrace
- support for json-schema file to TmfConfigurationSourceType
- clock scale in getEnvironment() in CTFTrace
- Segments now have their own corresponding data type (e.g.,
- ISegmentAspect now has getDataType() method, which returns
- Proper corresponding data type to the aspects that their default
- getDataType() for ITmfEventAspect
- Default value for SegmentStoreStatisticsAspects
- testing: add o.e.tc.datastore.core.tests to testing feature
- DP name of Flame Chart created by different analyses
- moved clock offset into getEnvironment() in CTFTrace
- The data type declaration type from DataType to String to make
- releng: Upgrade to Tycho 4.0.9
- statesystem: Make o.e.tc.datastore.core.tests a non-fragment plug-in