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

Eclipse Public License 2.0
2 stars 11 forks source link

opentracing: Add flamegraph analysis to opentracing #14

Open farajidaneshgar opened 4 months ago

farajidaneshgar commented 4 months ago

*The AbstractCalledFunction is updated to maintain a list of children Intervals. Because in Async. Executions the overlapped time of children is calculated twice for self time calculation. So we need to maintain a list of time Intervals of children to compute the intersection of them for Self Time Calculations.

Dependent on https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/pull/45