Hi Süleyman, If you want to import raw trace data (from *.trcxml files) you can take a look at the org.eclipse.hyades.trace.ui.internal.wizard.ImportTracePage1.importFile() method, although I recommend you to use the "Import Profile File" wizard (which uses that method) instead of creating your own importer.
If you want to read the TPTP related XMI files (with trcaxmi, trcpxmi, trcnxmi, trcmxmi extensions) take a look at how org.eclipse.hyades.models.hierarchy.util.HierarchyResourceSetImpl.getInstance() is used, basically you need to use HierarchyResourceSetImpl.getInstance( ).createResource(uri) to get a monitor, node, process proxy or agent resource as a org.eclipse.hyades.models.hierarchy.util.HierarchyXMIResourceImpl.HierarchyXMIResourceImpl instances. Thanks ! Marius Slavescu IBM Toronto Laboratory, Canada Phone: 905-413-3610 "suleyman issiz" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 02/27/2007 11:09 AM Please respond to TPTP Tracing and Profiling Tools Project developer discussions <tptp-tracing-profiling-tools-dev@eclipse.org> To "TPTP Tracing and Profiling Tools Project developer discussions" <tptp-tracing-profiling-tools-dev@eclipse.org> cc Subject [tptp-tracing-profiling-tools-dev] Importing Internal TPTP Trace Data to a Project Hello, I am trying to import internal TPTP Trace Data to my project. First thing I want to do is to create a monitor like "Profiling Monitor", to show to user which processes had been done. Tree view is not important, I need the profiling informations. So which classes should I check to get access to this data? Thank you for your helps. Süleyman ISSIZ:_______________________________________________ tptp-tracing-profiling-tools-dev mailing list tptp-tracing-profiling-tools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev
_______________________________________________ tptp-tracing-profiling-tools-dev mailing list tptp-tracing-profiling-tools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev