blob: 8603b5a7f818537315e67fcede47f0740f9c3dea [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="profiler"
nsURI="http://www.eclipse.org/acceleo/profiler/3.0" nsPrefix="profiler">
<eClassifiers xsi:type="ecore:EClass" name="ProfileEntry">
<eOperations name="start"/>
<eOperations name="stop"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="callees" upperBound="-1"
eType="#//ProfileEntry" containment="true" eOpposite="#//ProfileEntry/caller"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="caller" eType="#//ProfileEntry"
unsettable="true" eOpposite="#//ProfileEntry/callees"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="count" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="percentage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="createTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="monitored" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopProfileEntry" eSuperTypes="#//ProfileEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopElements" upperBound="-1"
eType="#//ProfileEntry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProfileResource">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//ProfileEntry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Internal" abstract="true"/>
</ecore:EPackage>