eclipse-tracecompass / org.eclipse.tracecompass

Eclipse Trace Compass
https://eclipse.dev/tracecompass/
Eclipse Public License 2.0
13 stars 13 forks source link

Add tree structures to statistics to add more hierarchies #119

Closed siwei-zhang-work closed 2 months ago

siwei-zhang-work commented 3 months ago

The SegmentStoreStatisticsDataProvider is limited to supporting only two layers of hierarchies in the statistics. This commit introduces a tree structure that extends the IStatistics interface, enabling the addition of more layers to the constructed entries.