<?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="benchmark" nsURI="http://www.eclipse.org/modisco/infra/discovery/benchmark/0.11.incubation/internal/benchmark" | |
nsPrefix="benchmark"> | |
<eClassifiers xsi:type="ecore:EClass" name="MemoryMeasurement" eSuperTypes="#//Event"> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memoryUsed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> | |
</eClassifiers> | |
<eClassifiers xsi:type="ecore:EClass" name="Event"> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="eventType" lowerBound="1" | |
eType="#//EventType"/> | |
</eClassifiers> | |
<eClassifiers xsi:type="ecore:EClass" name="EventType"> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
</eClassifiers> | |
<eClassifiers xsi:type="ecore:EClass" name="BeginEvent" eSuperTypes="#//Event"/> | |
<eClassifiers xsi:type="ecore:EClass" name="EndEvent" eSuperTypes="#//Event"> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="beginning" lowerBound="1" | |
eType="#//BeginEvent"/> | |
</eClassifiers> | |
<eClassifiers xsi:type="ecore:EClass" name="File"> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sizeInBytes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lines" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filepath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
</eClassifiers> | |
<eClassifiers xsi:type="ecore:EClass" name="Resource" abstract="true"> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="totalSizeInBytes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> | |
</eClassifiers> | |
<eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="#//Resource"> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="totalLines" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> | |
<eAnnotations source="@Depreacted"/> | |
</eStructuralFeatures> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="averageFileSizeInBytes" | |
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> | |
<eAnnotations source="@Depreacted"/> | |
</eStructuralFeatures> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="averageLinesPerFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"> | |
<eAnnotations source="@Depreacted"/> | |
</eStructuralFeatures> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="files" upperBound="-1" | |
eType="#//File" containment="true"> | |
<eAnnotations source="@Depreacted"/> | |
</eStructuralFeatures> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inputSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inputSizeUnit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
</eClassifiers> | |
<eClassifiers xsi:type="ecore:EClass" name="Benchmark"> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="jvmMaxHeapInMiB" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="processorName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="processorDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="processorCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="processorCacheSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="systemMemory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="osName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="osVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="osArchitecture" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1" | |
eType="#//Resource" containment="true"/> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="discoveries" upperBound="-1" | |
eType="#//Discovery" containment="true"/> | |
</eClassifiers> | |
<eClassifiers xsi:type="ecore:EClass" name="Discovery"> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="discovererId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="discovererClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="discoveryTimeAverageInSeconds" | |
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="saveTimeAverageInSeconds" | |
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="executionTimeStandardDeviation" | |
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="saveTimeStandardDeviation" | |
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfModelElements" | |
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xmiSizeInBytes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="project" lowerBound="1" | |
eType="#//Resource"/> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="iterations" upperBound="-1" | |
eType="#//DiscoveryIteration" containment="true"/> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="discovererLaunchConfiguration" | |
eType="ecore:EClass platform:/plugin/org.eclipse.modisco.infra.discovery/model/discovery.ecore#//launch/LaunchConfiguration" | |
containment="true"/> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="copyOfDiscovererDescription" | |
eType="ecore:EClass platform:/plugin/org.eclipse.modisco.infra.discovery/model/discovery.ecore#//catalog/DiscovererDescription" | |
containment="true"/> | |
</eClassifiers> | |
<eClassifiers xsi:type="ecore:EClass" name="DiscoveryIteration"> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="discoveryDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="discoveryTimeInSeconds" | |
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="saveTimeInSeconds" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxUsedMemoryInBytes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="discoveryErrors" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" | |
eType="#//Event" containment="true" resolveProxies="false"/> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="memoryMeasurements" upperBound="-1" | |
eType="#//Event" derived="true"/> | |
</eClassifiers> | |
</ecore:EPackage> |