-
Deprecated Interfaces
-
Deprecated ClassesClassDescriptionUse the
ITmfGraphAPI instead, and theTmfGraphFactoryto create new graphs.UseITmfVertexinstead and to create new verticesITmfGraph.createVertex(IGraphWorker, long). Getting edges to/from vertices can be done via theITmfGraph.getEdgeFrom(ITmfVertex, org.eclipse.tracecompass.analysis.graph.core.graph.ITmfGraph.EdgeDirection)method
-
Deprecated MethodsMethodDescriptionUse the new API via the
AbstractTmfGraphBuilderModule.getCriticalPathGraph()method insteadUse the newAbstractTmfGraphBuilderModule.getTmfGraph()insteadUse the new graph API withITmfGraphProvider.assignGraph(ITmfGraph)instead. The legacy and new graphs are incompatible, if a the graph is built using the new API, this graph is not required to return anything, but if the old API is used, then this graph should be availableUse the new graph API withITmfGraphProvider.getGraph()instead. The legacy and new graphs are incompatible, if a the graph is built using the new API, this graph is not required to return anything, but if the old API is used, then this graph should be availableUse theAbstractCriticalPathModule.getCriticalPathGraph()method instead.UseICriticalPathProvider.getCriticalPathGraph()insteadUse theOsSystemModel.addWorker(OsWorker, Integer)insteadorg.eclipse.tracecompass.analysis.os.linux.core.execution.graph.OsSystemModel.findWorker(HostThread) Use theOsSystemModel.findWorker(HostThread, Integer)instead with a null CPU
ITmfGraphVisitorinstead