eclipse-tracecompass-incubator / org.eclipse.tracecompass.incubator

Eclipse Public License 2.0
2 stars 11 forks source link

Add derived columns to events table #8

Open MatthewKhouzam opened 5 months ago

MatthewKhouzam commented 5 months ago

It would be good to have columns that can be derived from other columns.

Examples would be a column that's A-B, (A+B)/2, or A-A'. It would only work on numerical columns.

bhufmann commented 5 months ago

Thanks for issue. Shouldn't be this issue be in the mainline eclipse-tracecompass?

MatthewKhouzam commented 5 months ago

I see this feature needing "incubation" before getting it right. But yeah, sure!

bhufmann commented 5 months ago

I see this feature needing "incubation" before getting it right. But yeah, sure!

Not sure if that can do it without updating the events table implementation and related code of mainline. Otherwise it's fine to have it here.