File: plugin.xml

package info (click to toggle)
eclipse-tracecompass 6.2.0%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 77,440 kB
  • sloc: java: 316,465; xml: 99,829; perl: 400; sh: 353; makefile: 43; javascript: 29; python: 18
file content (26 lines) | stat: -rw-r--r-- 982 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.linuxtools.tmf.core.analysis">
      <module
            analysis_module="org.eclipse.tracecompass.analysis.graph.core.criticalpath.CriticalPathModule"
            icon="icons/critical-path.png"
            id="org.eclipse.tracecompass.analysis.graph.core.criticalpath"
            name="Critical Path">
         <parameter
               name="workerid">
         </parameter>
         <parameter
               name="algorithm">
         </parameter>
      </module>
   </extension>
   <extension
         point="org.eclipse.tracecompass.tmf.core.dataprovider">
      <dataProviderFactory
            class="org.eclipse.tracecompass.internal.analysis.graph.core.dataprovider.CriticalPathDataProviderFactory"
            id="org.eclipse.tracecompass.analysis.graph.core.dataprovider.CriticalPathDataProvider">
      </dataProviderFactory>
   </extension>
</plugin>