Home | History | Annotate | Download | only in plugins

META-INF/MANIFEST.MF
plugin.properties
about.html
scripts/cs.sh
scripts/derby.sh
scripts/exportplugin.xml
org/eclipse/perfmsr/core/PerformanceMonitor.class
PerformanceMonitor.java
package org.eclipse.perfmsr.core
public org.eclipse.perfmsr.core.PerformanceMonitor extends java.lang.Object {
	private static final String NATIVE_LIBRARY_NAME
	private static int fgIsLoaded
	static void  () 
	public void  () 
	public static boolean isLoaded () 
		Throwable e
	public static native void nativeGetPerformanceInfo (long[]) 
	public static native boolean nativeGetPerformanceCounters (long[]) 
	public static native java.lang.String nativeGetUUID () 
}

org/eclipse/test/internal/performance/PerformanceMeterFactory.class
PerformanceMeterFactory.java
package org.eclipse.test.internal.performance
public abstract org.eclipse.test.internal.performance.PerformanceMeterFactory extends java.lang.Object {
	private static java.util.Set fScenarios
	static void  () 
	public void  () 
	public org.eclipse.test.performance.PerformanceMeter createPerformanceMeter (java.lang.String) 
		String scenario
	public org.eclipse.test.performance.PerformanceMeter createPerformanceMeter (junit.framework.TestCase, java.lang.String) 
		junit.framework.TestCase testCase
		String monitorId
	public org.eclipse.test.performance.PerformanceMeter createPerformanceMeter (junit.framework.TestCase) 
		junit.framework.TestCase testCase
	protected abstract org.eclipse.test.performance.PerformanceMeter doCreatePerformanceMeter (java.lang.String) 
	private static void assertUniqueScenario (java.lang.String) 
		String scenario
}

org/eclipse/test/internal/performance/InternalPerformanceMeter$DimensionComparator.class
InternalPerformanceMeter.java
package org.eclipse.test.internal.performance
 org.eclipse.test.internal.performance.InternalPerformanceMeter$DimensionComparator extends java.lang.Object implements java.util.Comparator  {
	private void  () 
	public int compare (java.lang.Object, java.lang.Object) 
		Object o1
		Object o2
	void  (org.eclipse.test.internal.performance.InternalPerformanceMeter$DimensionComparator) 
}

org/eclipse/test/internal/performance/InternalPerformanceMeter.class
InternalPerformanceMeter.java
package org.eclipse.test.internal.performance
public abstract org.eclipse.test.internal.performance.InternalPerformanceMeter extends org.eclipse.test.performance.PerformanceMeter {
	public static final int AVERAGE
	public static final int SIZE
	public static final int STDEV
	public static final int BEFORE
	public static final int AFTER
	protected static final String VERBOSE_PERFORMANCE_METER_PROPERTY
	private String fScenarioId
	private String fShortName
	private org.eclipse.test.performance.Dimension[] fSummaryDimensions
	private boolean fSummaryIsGlobal
	private int fCommentType
	private String fComment
	public void  (java.lang.String) 
		String scenarioId
	public void dispose () 
	public abstract org.eclipse.test.internal.performance.data.Sample getSample () 
	public java.lang.String getScenarioName () 
	public void commit () 
		org.eclipse.test.internal.performance.data.Sample sample
		org.eclipse.test.internal.performance.db.Variations variations
	private void printSample (java.io.PrintStream, org.eclipse.test.internal.performance.data.Sample) 
		java.io.PrintStream ps
		org.eclipse.test.internal.performance.data.Sample sample
		org.eclipse.test.internal.performance.data.DataPoint[] dataPoints
		org.eclipse.test.internal.performance.eval.StatisticsSession s
		org.eclipse.test.internal.performance.data.Dim[] dimensions
		java.util.List badDimensions
		long n
		java.text.MessageFormat format
		String spaces
		int i
		org.eclipse.test.internal.performance.data.Dim dimension
		double mean
		String nameString
		String meanString
		int align
		int endIndex
		org.eclipse.test.internal.performance.eval.StatisticsUtil$Percentile percentile
		double[] confidenceInterval
		StringBuffer printBuffer
		StringBuffer printBuffer
		int ns
		org.eclipse.core.runtime.CoreException x
		java.util.Iterator iter
		org.eclipse.test.internal.performance.data.Dim dimension
	private java.lang.String checkSampleSize (org.eclipse.test.internal.performance.eval.StatisticsSession, org.eclipse.test.internal.performance.data.Sample, org.eclipse.test.internal.performance.data.Dim)  throws org.eclipse.core.runtime.CoreException 
		org.eclipse.test.internal.performance.eval.StatisticsSession s
		org.eclipse.test.internal.performance.data.Sample sample
		org.eclipse.test.internal.performance.data.Dim dimension
		long sampleSize
		double stdev
		double mean
		double effectSize
		double base
		double base
		String baseName
		String baseName
		double fivePercentEffect
		long requiredSampleSizeForFivePercentEffect
		java.text.NumberFormat numberInstance
		String measurableMsg
	private int firstNonDigit (java.lang.String) 
		String string
		int length
		int i
	void printSampleCSV (java.io.PrintStream, org.eclipse.test.internal.performance.data.Sample) 
		java.io.PrintStream ps
		org.eclipse.test.internal.performance.data.Sample sample
		char SEPARATOR
		org.eclipse.test.internal.performance.data.DataPoint[] dataPoints
		org.eclipse.test.internal.performance.data.Dim[] dimensions
		int d
		org.eclipse.test.internal.performance.data.Dim dimension
		int p
		org.eclipse.test.internal.performance.data.DataPoint before
		org.eclipse.test.internal.performance.data.DataPoint after
		int d
		org.eclipse.test.internal.performance.data.Dim dimension
		long valBefore
		long valAfter
	public void tagAsSummary (boolean, java.lang.String, org.eclipse.test.performance.Dimension[]) 
		boolean global
		String shortName
		org.eclipse.test.performance.Dimension[] dims
	public void setComment (int, java.lang.String) 
		int commentType
		String comment
}

org/eclipse/test/internal/performance/PerformanceMonitor.class
PerformanceMonitor.java
package org.eclipse.test.internal.performance
 org.eclipse.test.internal.performance.PerformanceMonitor extends java.lang.Object {
	private static org.eclipse.test.internal.performance.PerformanceMonitor fgPerformanceMonitor
	void  () 
	public static org.eclipse.test.internal.performance.PerformanceMonitor getPerformanceMonitor () 
		String os
	protected void collectOperatingSystemCounters (java.util.Map) 
		java.util.Map scalars
		Runtime runtime
	protected void collectGlobalPerformanceInfo (java.util.Map) 
		java.util.Map scalars
	void addScalar (java.util.Map, org.eclipse.test.internal.performance.data.Dim, long) 
		java.util.Map scalars
		org.eclipse.test.internal.performance.data.Dim dimension
		long value
}

org/eclipse/test/internal/performance/InternalDimensions.class
InternalDimensions.java
package org.eclipse.test.internal.performance
public abstract org.eclipse.test.internal.performance.InternalDimensions extends java.lang.Object {
	public static final org.eclipse.test.internal.performance.data.Dim SYSTEM_TIME
	public static final org.eclipse.test.internal.performance.data.Dim USED_JAVA_HEAP
	public static final org.eclipse.test.internal.performance.data.Dim WORKING_SET
	public static final org.eclipse.test.internal.performance.data.Dim KERNEL_TIME
	public static final org.eclipse.test.internal.performance.data.Dim CPU_TIME
	public static final org.eclipse.test.internal.performance.data.Dim INVOCATION_COUNT
	public static final org.eclipse.test.internal.performance.data.Dim PHYSICAL_TOTAL
	public static final org.eclipse.test.internal.performance.data.Dim SYSTEM_CACHE
	public static final org.eclipse.test.internal.performance.data.Dim COMITTED
	public static final org.eclipse.test.internal.performance.data.Dim WORKING_SET_PEAK
	public static final org.eclipse.test.internal.performance.data.Dim ELAPSED_PROCESS
	public static final org.eclipse.test.internal.performance.data.Dim PAGE_FAULTS
	public static final org.eclipse.test.internal.performance.data.Dim GDI_OBJECTS
	public static final org.eclipse.test.internal.performance.data.Dim USER_OBJECTS
	public static final org.eclipse.test.internal.performance.data.Dim OPEN_HANDLES
	public static final org.eclipse.test.internal.performance.data.Dim READ_COUNT
	public static final org.eclipse.test.internal.performance.data.Dim WRITE_COUNT
	public static final org.eclipse.test.internal.performance.data.Dim BYTES_READ
	public static final org.eclipse.test.internal.performance.data.Dim BYTES_WRITTEN
	public static final org.eclipse.test.internal.performance.data.Dim COMMIT_LIMIT
	public static final org.eclipse.test.internal.performance.data.Dim COMMIT_PEAK
	public static final org.eclipse.test.internal.performance.data.Dim PHYSICAL_AVAIL
	public static final org.eclipse.test.internal.performance.data.Dim KERNEL_TOTAL
	public static final org.eclipse.test.internal.performance.data.Dim KERNEL_PAGED
	public static final org.eclipse.test.internal.performance.data.Dim KERNEL_NONPAGED
	public static final org.eclipse.test.internal.performance.data.Dim PAGE_SIZE
	public static final org.eclipse.test.internal.performance.data.Dim HANDLE_COUNT
	public static final org.eclipse.test.internal.performance.data.Dim PROCESS_COUNT
	public static final org.eclipse.test.internal.performance.data.Dim THREAD_COUNT
	public static final org.eclipse.test.internal.performance.data.Dim COMMIT_TOTAL
	public static final org.eclipse.test.internal.performance.data.Dim HARD_PAGE_FAULTS
	public static final org.eclipse.test.internal.performance.data.Dim SOFT_PAGE_FAULTS
	public static final org.eclipse.test.internal.performance.data.Dim TRS
	public static final org.eclipse.test.internal.performance.data.Dim DRS
	public static final org.eclipse.test.internal.performance.data.Dim LRS
	public static final org.eclipse.test.internal.performance.data.Dim USED_LINUX_MEM
	public static final org.eclipse.test.internal.performance.data.Dim FREE_LINUX_MEM
	public static final org.eclipse.test.internal.performance.data.Dim BUFFERS_LINUX
	static void  () 
}

org/eclipse/test/internal/performance/PerformanceMonitorMac.class
PerformanceMonitorMac.java
package org.eclipse.test.internal.performance
 org.eclipse.test.internal.performance.PerformanceMonitorMac extends org.eclipse.test.internal.performance.PerformanceMonitor {
	private static boolean fgHasElapsedTime
	private static long fgStartupTime
	private static final String NATIVE_LIBRARY_NAME
	private static int fgIsLoaded
	static void  () 
	void  () 
	public static boolean isLoaded () 
		Throwable e
	protected void collectOperatingSystemCounters (java.util.Map) 
		java.util.Map scalars
		int[] counters
		int user_time
		int kernel_time
		long currentTime
		String t
		NumberFormatException e
	private static native int getrusage (int, int[]) 
}

org/eclipse/test/internal/performance/SystemTimePerformanceMeter.class
SystemTimePerformanceMeter.java
package org.eclipse.test.internal.performance
public org.eclipse.test.internal.performance.SystemTimePerformanceMeter extends org.eclipse.test.internal.performance.InternalPerformanceMeter {
	private static final int DEFAULT_INITIAL_CAPACITY
	private long fStartDate
	private java.util.List fStartTime
	private java.util.List fStopTime
	public void  (java.lang.String) 
		String scenarioId
	public void  (java.lang.String, int) 
		String scenarioId
		int initalCapacity
	public void start () 
	public void stop () 
	public void commit () 
		int maxOccurenceLength
		int i
		String occurence
	private java.lang.String replicate (java.lang.String, int) 
		String s
		int n
		StringBuffer buf
		int i
	public void dispose () 
	public org.eclipse.test.internal.performance.data.Sample getSample () 
		java.util.Map properties
		org.eclipse.test.internal.performance.data.DataPoint[] data
		int i
	private org.eclipse.test.internal.performance.data.DataPoint createDataPoint (int, org.eclipse.test.internal.performance.data.Dim, long) 
		int step
		org.eclipse.test.internal.performance.data.Dim dimension
		long value
		java.util.Map scalars
}

org/eclipse/test/internal/performance/SystemTimePerformanceMeterFactory.class
SystemTimePerformanceMeterFactory.java
package org.eclipse.test.internal.performance
public org.eclipse.test.internal.performance.SystemTimePerformanceMeterFactory extends org.eclipse.test.internal.performance.PerformanceMeterFactory {
	public void  () 
	protected org.eclipse.test.performance.PerformanceMeter doCreatePerformanceMeter (java.lang.String) 
		String scenario
}

org/eclipse/test/internal/performance/PerformanceMonitorWindows.class
PerformanceMonitorWindows.java
package org.eclipse.test.internal.performance
 org.eclipse.test.internal.performance.PerformanceMonitorWindows extends org.eclipse.test.internal.performance.PerformanceMonitor {
	private boolean fgNativeGetPerformanceInfoNotAvailable
	void  () 
	protected void collectOperatingSystemCounters (java.util.Map) 
		java.util.Map scalars
		long[] counters
	protected void collectGlobalPerformanceInfo (java.util.Map) 
		java.util.Map scalars
		long[] counters
		long pageSize
		Exception e
}

org/eclipse/test/internal/performance/NullPerformanceMeter.class
NullPerformanceMeter.java
package org.eclipse.test.internal.performance
public org.eclipse.test.internal.performance.NullPerformanceMeter extends org.eclipse.test.performance.PerformanceMeter {
	public void  () 
	public void start () 
	public void stop () 
	public void commit () 
	public void dispose () 
}

org/eclipse/test/internal/performance/OSPerformanceMeterFactory.class
OSPerformanceMeterFactory.java
package org.eclipse.test.internal.performance
public org.eclipse.test.internal.performance.OSPerformanceMeterFactory extends org.eclipse.test.internal.performance.PerformanceMeterFactory {
	public void  () 
	protected org.eclipse.test.performance.PerformanceMeter doCreatePerformanceMeter (java.lang.String) 
		String scenario
}

org/eclipse/test/internal/performance/PerformanceTestPlugin.class
PerformanceTestPlugin.java
package org.eclipse.test.internal.performance
public org.eclipse.test.internal.performance.PerformanceTestPlugin extends org.eclipse.core.runtime.Plugin {
	public static final String CONFIG
	public static final String BUILD
	private static final String DEFAULT_DB_NAME
	private static final String DEFAULT_DB_USER
	private static final String DEFAULT_DB_PASSWORD
	private static final String DB_NAME
	private static final String DB_USER
	private static final String DB_PASSWD
	private static final String ECLIPSE_PERF_DBLOC
	private static final String ECLIPSE_PERF_ASSERTAGAINST
	private static final String ECLIPSE_PERF_CONFIG
	private static final String ECLIPSE_PERF_DEFAULT_DIM
	private static final String ECLIPSE_PERF_RESULTS_DIMENSIONS
	private static final String ECLIPSE_PERF_CONFIGS_DESCRIPTOR
	private static final org.eclipse.test.internal.performance.data.Dim[] SUPPORTED_DIMENSIONS
	private static final int[] SUPPORTED_DIMENSIONS_ID
	private static final String DEFAULT_CONFIG_DESCRIPTORS
	private static final org.eclipse.test.internal.performance.data.Dim DEFAULT_DIMENSION
	private static final org.eclipse.test.internal.performance.data.Dim[] DEFAULT_RESULTS_DIMENSIONS
	public static final String PLUGIN_ID
	public static final int INTERNAL_ERROR
	private static org.eclipse.test.internal.performance.PerformanceTestPlugin fgPlugin
	private static boolean fgOldDBInitialized
	private static boolean fgOldDB
	static void  () 
		int length
		int i
	public void  () 
	static boolean isOldDB () 
		String loc
	public void stop (org.osgi.framework.BundleContext)  throws java.lang.Exception 
		org.osgi.framework.BundleContext context
	public static org.eclipse.test.internal.performance.PerformanceTestPlugin getDefault () 
	public static java.lang.String getDBLocation () 
		String dbloc
		org.eclipse.test.internal.performance.db.Variations keys
	public static java.lang.String getDBName () 
		String dbloc
		org.eclipse.test.internal.performance.db.Variations keys
	public static java.lang.String getDBUser () 
		String dbloc
		org.eclipse.test.internal.performance.db.Variations keys
	public static org.eclipse.test.performance.Dimension getDefaultDimension () 
		String defaultDim
		org.eclipse.test.performance.Dimension dimension
	public static org.eclipse.test.performance.Dimension[] getResultsDimensions () 
		String resultsDimension
		java.util.StringTokenizer tokenizer
		java.util.List list
		String token
		org.eclipse.test.performance.Dimension dimension
		int size
		org.eclipse.test.performance.Dimension[] dimensions
	public static java.util.List getDimensions () 
		java.util.List dimensions
		int i
	public static org.eclipse.test.performance.Dimension getDimension (int) 
		int id
		int length
		int i
	public static org.eclipse.test.performance.Dimension getDimension (java.lang.String) 
		String name
		int length
		int i
	public static java.lang.String[][] getConfigDescriptors () 
		String descriptors
		java.util.StringTokenizer tokenizer
		java.util.List list
		String[] config
		String[][] configDescriptors
	public static java.lang.String getDBPassword () 
		String dbloc
		org.eclipse.test.internal.performance.db.Variations keys
	public static org.eclipse.test.internal.performance.db.Variations getVariations () 
		org.eclipse.test.internal.performance.db.Variations keys
		String configKey
	public static org.eclipse.test.internal.performance.db.Variations getAssertAgainst () 
		String assertKey
		org.eclipse.test.internal.performance.db.Variations keys
	public static void logError (java.lang.String) 
		String message
	public static void logWarning (java.lang.String) 
		String message
	public static void log (java.lang.Throwable) 
		Throwable e
	public static void log (org.eclipse.core.runtime.IStatus) 
		org.eclipse.core.runtime.IStatus status
		Throwable exception
}

org/eclipse/test/internal/performance/OSPerformanceMeter.class
OSPerformanceMeter.java
package org.eclipse.test.internal.performance
public org.eclipse.test.internal.performance.OSPerformanceMeter extends org.eclipse.test.internal.performance.InternalPerformanceMeter {
	private org.eclipse.test.internal.performance.PerformanceMonitor fPerformanceMonitor
	private long fStartTime
	private java.util.List fDataPoints
	public void  (java.lang.String) 
		String scenarioId
	public void dispose () 
	public void start () 
	public void stop () 
	public org.eclipse.test.internal.performance.data.Sample getSample () 
		java.util.HashMap runProperties
	private void snapshot (int) 
		int step
		java.util.HashMap map
	private void collectRunInfo (java.util.HashMap) 
		java.util.HashMap runProperties
}

org/eclipse/test/internal/performance/PerformanceMonitorLinux.class
PerformanceMonitorLinux.java
package org.eclipse.test.internal.performance
 org.eclipse.test.internal.performance.PerformanceMonitorLinux extends org.eclipse.test.internal.performance.PerformanceMonitor {
	private static long PAGESIZE
	private static long JIFFIES
	private static boolean fgHasElapsedTime
	private static long fgStartupTime
	static void  () 
	void  () 
	protected void collectOperatingSystemCounters (java.util.Map) 
		java.util.Map scalars
		java.util.StringTokenizer st
		long minflt
		long majflt
		long utime
		long stime
		int resident
		int trs
		int drs
		int lrs
		long currentTime
		String t
		NumberFormatException e
	protected void collectGlobalPerformanceInfo (java.util.Map) 
		java.util.Map scalars
		java.util.StringTokenizer st
		long total
		long used
		long free
		long buffers
		long cache
	private java.util.StringTokenizer readTokens (java.lang.String, boolean) 
		String procPath
		boolean skipFirst
		java.io.BufferedReader rdr
		java.io.IOException e
	private java.util.StringTokenizer readOutput (java.lang.String, boolean) 
		String cmd
		boolean skipFirst
		java.io.BufferedReader rdr
		Process process
		java.io.IOException e
}

org/eclipse/test/internal/performance/data/Dim.class
Dim.java
package org.eclipse.test.internal.performance.data
public org.eclipse.test.internal.performance.data.Dim extends java.lang.Object implements org.eclipse.test.performance.Dimension  {
	private static org.eclipse.test.internal.performance.data.Dim[] fgRegisteredDimensions
	private final int fId
	private final org.eclipse.test.internal.performance.data.Unit fUnit
	private final int fMultiplier
	private String shortName
	static void  () 
	public static org.eclipse.test.internal.performance.data.Dim getDimension (int) 
		int id
	public void  (int) 
		int id
	public void  (int, org.eclipse.test.internal.performance.data.Unit) 
		int id
		org.eclipse.test.internal.performance.data.Unit unit
	public void  (int, org.eclipse.test.internal.performance.data.Unit, int) 
		int id
		org.eclipse.test.internal.performance.data.Unit unit
		int multiplier
	public int getId () 
	public org.eclipse.test.internal.performance.data.Unit getUnit () 
	public int getMultiplier () 
	public java.lang.String getName () 
	public java.lang.String getLabel () 
		String name
		StringBuffer buffer
		int length
		int i
	public java.lang.String getDescription () 
	public java.lang.String toString () 
	public java.lang.String getDisplayValue (org.eclipse.test.internal.performance.data.Scalar) 
		org.eclipse.test.internal.performance.data.Scalar scalar
	public java.lang.String getDisplayValue (double) 
		double scalar
}

org/eclipse/test/internal/performance/data/Assert$AssertionFailedException.class
Assert.java
package org.eclipse.test.internal.performance.data
 org.eclipse.test.internal.performance.data.Assert$AssertionFailedException extends java.lang.RuntimeException {
	private static final long serialVersionUID
	public void  (java.lang.String) 
		String detail
}

org/eclipse/test/internal/performance/data/Assert.class
Assert.java
package org.eclipse.test.internal.performance.data
public final org.eclipse.test.internal.performance.data.Assert extends java.lang.Object {
	private void  () 
	public static boolean isLegal (boolean) 
		boolean expression
	public static boolean isLegal (boolean, java.lang.String) 
		boolean expression
		String message
	public static void isNotNull (java.lang.Object) 
		Object object
	public static void isNotNull (java.lang.Object, java.lang.String) 
		Object object
		String message
	public static boolean isTrue (boolean) 
		boolean expression
	public static boolean isTrue (boolean, java.lang.String) 
		boolean expression
		String message
}

org/eclipse/test/internal/performance/data/DataPoint.class
DataPoint.java
package org.eclipse.test.internal.performance.data
public org.eclipse.test.internal.performance.data.DataPoint extends java.lang.Object {
	private int fStep
	private java.util.Map fScalars
	public void  (int, java.util.Map) 
		int step
		java.util.Map values
	public int getStep () 
	public org.eclipse.test.internal.performance.data.Dim[] getDimensions () 
		java.util.Set set
	public java.util.Collection getDimensions2 () 
	public boolean contains (org.eclipse.test.internal.performance.data.Dim) 
		org.eclipse.test.internal.performance.data.Dim dimension
	public org.eclipse.test.internal.performance.data.Scalar[] getScalars () 
	public org.eclipse.test.internal.performance.data.Scalar getScalar (org.eclipse.test.internal.performance.data.Dim) 
		org.eclipse.test.internal.performance.data.Dim dimension
	public java.lang.String toString () 
}

org/eclipse/test/internal/performance/data/Unit.class
Unit.java
package org.eclipse.test.internal.performance.data
public org.eclipse.test.internal.performance.data.Unit extends java.lang.Object {
	public static final org.eclipse.test.internal.performance.data.Unit SECOND
	public static final org.eclipse.test.internal.performance.data.Unit BYTE
	public static final org.eclipse.test.internal.performance.data.Unit CARDINAL
	public static final org.eclipse.test.internal.performance.data.Unit INVOCATION
	private static final int T_DECIMAL
	private static final int T_BINARY
	private final String fShortName
	private final String fFullName
	private final boolean fIsBinary
	static void  () 
	public void  (java.lang.String, java.lang.String, boolean) 
		String shortName
		String fullName
		boolean binary
	public java.lang.String getShortName () 
	public java.lang.String getFullName () 
	public java.lang.String getDisplayValue1 (long, int) 
		long magnitudel
		int multiplier
	public java.lang.String getDisplayValue1 (double) 
		double magnitude
	public java.lang.String toString () 
	public static java.lang.String formatedTime (long) 
		long diff
		long sign
		java.text.NumberFormat nf
		double d
	public java.lang.String formatEng (long) 
		long n
		long sign
		int TSD
		double d
		java.text.NumberFormat nf
}

org/eclipse/test/internal/performance/data/Scalar.class
Scalar.java
package org.eclipse.test.internal.performance.data
public org.eclipse.test.internal.performance.data.Scalar extends java.lang.Object {
	private org.eclipse.test.internal.performance.data.Dim fDimension
	private long fMagnitude
	public void  (org.eclipse.test.internal.performance.data.Dim, long) 
		org.eclipse.test.internal.performance.data.Dim dimension
		long extent
	public org.eclipse.test.internal.performance.data.Dim getDimension () 
	public long getMagnitude () 
	public java.lang.String toString () 
}

org/eclipse/test/internal/performance/data/DimensionMessages.class
DimensionMessages.java
package org.eclipse.test.internal.performance.data
public org.eclipse.test.internal.performance.data.DimensionMessages extends java.lang.Object {
	private static final String BUNDLE_NAME
	private static final java.util.ResourceBundle RESOURCE_BUNDLE
	static void  () 
	private void  () 
	public static java.lang.String getString (int) 
		int id
	public static java.lang.String getDescription (int) 
		int id
	public static java.lang.String getString (java.lang.String) 
		String key
		java.util.MissingResourceException e
}

org/eclipse/test/internal/performance/data/Sample.class
Sample.java
package org.eclipse.test.internal.performance.data
public org.eclipse.test.internal.performance.data.Sample extends java.lang.Object {
	String fScenarioID
	long fStartTime
	java.util.Map fProperties
	org.eclipse.test.internal.performance.data.DataPoint[] fDataPoints
	boolean fIsSummary
	boolean fSummaryIsGlobal
	String fShortName
	org.eclipse.test.performance.Dimension[] fSummaryDimensions
	int fCommentType
	String fComment
	public void  (java.lang.String, long, java.util.Map, org.eclipse.test.internal.performance.data.DataPoint[]) 
		String scenarioID
		long starttime
		java.util.Map properties
		org.eclipse.test.internal.performance.data.DataPoint[] dataPoints
	public void  (org.eclipse.test.internal.performance.data.DataPoint[]) 
		org.eclipse.test.internal.performance.data.DataPoint[] dataPoints
	public void setComment (int, java.lang.String) 
		int commentType
		String comment
	public void tagAsSummary (boolean, java.lang.String, org.eclipse.test.performance.Dimension[], int, java.lang.String) 
		boolean global
		String shortName
		org.eclipse.test.performance.Dimension[] summaryDimensions
		int commentType
		String comment
	public java.lang.String getScenarioID () 
	public long getStartTime () 
	public java.lang.String getProperty (java.lang.String) 
		String name
	public java.lang.String[] getPropertyKeys () 
		java.util.Set set
	public org.eclipse.test.internal.performance.data.DataPoint[] getDataPoints () 
		org.eclipse.test.internal.performance.data.DataPoint[] dataPoints
	public java.lang.String toString () 
	public boolean isSummary () 
	public boolean isGlobal () 
	public java.lang.String getShortname () 
	public org.eclipse.test.performance.Dimension[] getSummaryDimensions () 
	public int getCommentType () 
	public java.lang.String getComment () 
}

org/eclipse/test/internal/performance/data/DimensionMessages.properties
org/eclipse/test/internal/performance/db/DB$1.class
DB.java
package org.eclipse.test.internal.performance.db
 org.eclipse.test.internal.performance.db.DB$1 extends java.lang.Thread {
	void  () 
	public void run () 
}

org/eclipse/test/internal/performance/db/DB$2.class
DB.java
package org.eclipse.test.internal.performance.db
 org.eclipse.test.internal.performance.db.DB$2 extends java.lang.Object implements java.util.Comparator  {
	final org.eclipse.test.internal.performance.db.DB this$0
	private final java.util.regex.Matcher val$matcher
	void  (org.eclipse.test.internal.performance.db.DB, java.util.regex.Matcher) 
	public int compare (java.lang.Object, java.lang.Object) 
		Object o1
		Object o2
		String s1
		String s2
}

org/eclipse/test/internal/performance/db/DB.class
DB.java
package org.eclipse.test.internal.performance.db
public org.eclipse.test.internal.performance.db.DB extends java.lang.Object {
	private static final boolean DEBUG
	private static final boolean AGGREGATE
	private static final String DERBY
	private static final String CLOUDSCAPE
	private static org.eclipse.test.internal.performance.db.DB fgDefault
	private java.sql.Connection fConnection
	private org.eclipse.test.internal.performance.db.SQL fSQL
	private int fStoredSamples
	private boolean fStoreCalled
	private boolean fIsEmbedded
	private String fDBType
	public static org.eclipse.test.internal.performance.data.DataPoint[] queryDataPoints (org.eclipse.test.internal.performance.db.Variations, java.lang.String, java.util.Set) 
		org.eclipse.test.internal.performance.db.Variations variations
		String scenarioName
		java.util.Set dims
	public static org.eclipse.test.internal.performance.db.Scenario[] queryScenarios (java.lang.String, java.lang.String, java.lang.String) 
		String configName
		String buildPattern
		String scenarioPattern
		org.eclipse.test.internal.performance.db.Variations variations
	public static org.eclipse.test.internal.performance.db.Scenario[] queryScenarios (java.lang.String, java.lang.String[], java.lang.String, org.eclipse.test.internal.performance.data.Dim[]) 
		String configName
		String[] buildPatterns
		String scenarioPattern
		org.eclipse.test.internal.performance.data.Dim[] dimensions
		org.eclipse.test.internal.performance.db.Variations variations
	public static org.eclipse.test.internal.performance.db.Scenario queryScenario (java.lang.String, java.lang.String[], java.lang.String) 
		String configName
		String[] buildPatterns
		String scenarioName
		org.eclipse.test.internal.performance.db.Variations variations
	public static org.eclipse.test.internal.performance.db.Scenario[] queryScenarios (org.eclipse.test.internal.performance.db.Variations, java.lang.String, java.lang.String, org.eclipse.test.internal.performance.data.Dim[]) 
		org.eclipse.test.internal.performance.db.Variations variations
		String scenarioPattern
		String seriesKey
		org.eclipse.test.internal.performance.data.Dim[] dimensions
		String[] scenarioNames
		org.eclipse.test.internal.performance.db.Scenario$SharedState ss
		org.eclipse.test.internal.performance.db.Scenario[] tables
		int i
	public static org.eclipse.test.internal.performance.db.SummaryEntry[] querySummaries (org.eclipse.test.internal.performance.db.Variations, java.lang.String) 
		org.eclipse.test.internal.performance.db.Variations variationPatterns
		String scenarioPattern
	public static void queryBuildNames (java.util.List, org.eclipse.test.internal.performance.db.Variations, java.lang.String) 
		java.util.List names
		org.eclipse.test.internal.performance.db.Variations variationPatterns
		String scenarioPattern
	public static void queryDistinctValues (java.util.List, java.lang.String, org.eclipse.test.internal.performance.db.Variations, java.lang.String) 
		java.util.List values
		String key
		org.eclipse.test.internal.performance.db.Variations variationPatterns
		String scenarioPattern
	public static java.lang.String[] querySeriesValues (java.lang.String, org.eclipse.test.internal.performance.db.Variations, java.lang.String) 
		String scenarioName
		org.eclipse.test.internal.performance.db.Variations v
		String seriesKey
	public static org.eclipse.test.internal.performance.db.Scenario getScenarioSeries (java.lang.String, org.eclipse.test.internal.performance.db.Variations, java.lang.String, java.lang.String, java.lang.String, org.eclipse.test.internal.performance.data.Dim[]) 
		String scenarioName
		org.eclipse.test.internal.performance.db.Variations v
		String seriesKey
		String startBuild
		String endBuild
		org.eclipse.test.internal.performance.data.Dim[] dims
		org.eclipse.test.internal.performance.db.Scenario$SharedState ss
		org.eclipse.test.internal.performance.db.Scenario scenario
		org.eclipse.test.internal.performance.db.TimeSeries ts
		String[] names
		String start
		String end
	public static java.util.Map queryFailure (java.lang.String, org.eclipse.test.internal.performance.db.Variations) 
		String scenarioPattern
		org.eclipse.test.internal.performance.db.Variations variations
	private static java.lang.String findClosest (java.lang.String[], java.lang.String) 
		String[] names
		String name
		int i
		java.util.regex.Pattern pattern
		java.util.regex.Matcher matcher
		int x
		int ix
		int mind
		int i
		int y
		int d
	public static boolean store (org.eclipse.test.internal.performance.db.Variations, org.eclipse.test.internal.performance.data.Sample) 
		org.eclipse.test.internal.performance.db.Variations variations
		org.eclipse.test.internal.performance.data.Sample sample
	public static void markAsFailed (org.eclipse.test.internal.performance.db.Variations, org.eclipse.test.internal.performance.data.Sample, java.lang.String) 
		org.eclipse.test.internal.performance.db.Variations variations
		org.eclipse.test.internal.performance.data.Sample sample
		String failMesg
	public static java.sql.Connection getConnection () 
	public static boolean isActive () 
	private void  () 
	static synchronized org.eclipse.test.internal.performance.db.DB getDefault () 
	public static void shutdown () 
	org.eclipse.test.internal.performance.db.SQL getSQL () 
	private void internalMarkAsFailed (org.eclipse.test.internal.performance.db.Variations, org.eclipse.test.internal.performance.data.Sample, java.lang.String) 
		org.eclipse.test.internal.performance.db.Variations variations
		org.eclipse.test.internal.performance.data.Sample sample
		String failMesg
		int variation_id
		int scenario_id
		java.sql.SQLException e
		java.sql.SQLException e1
	private boolean internalStore (org.eclipse.test.internal.performance.db.Variations, org.eclipse.test.internal.performance.data.Sample) 
		org.eclipse.test.internal.performance.db.Variations variations
		org.eclipse.test.internal.performance.data.Sample sample
		org.eclipse.test.internal.performance.data.DataPoint[] dataPoints
		int n
		int variation_id
		int scenario_id
		String comment
		boolean isGlobal
		int commentId
		int commentKind
		org.eclipse.test.performance.Dimension[] summaryDimensions
		int i
		org.eclipse.test.performance.Dimension dimension
		String shortName
		int commentId
		int commentKind
		int sample_id
		org.eclipse.test.internal.performance.eval.StatisticsSession stats
		org.eclipse.test.internal.performance.data.Dim[] dims
		int datapoint_id
		int i
		org.eclipse.test.internal.performance.data.Dim dim
		int i
		org.eclipse.test.internal.performance.data.Dim dim
		long value
		int i
		org.eclipse.test.internal.performance.data.Dim dim
		java.sql.SQLException e
		java.sql.SQLException e1
	private org.eclipse.test.internal.performance.data.DataPoint[] internalQueryDataPoints (org.eclipse.test.internal.performance.db.Variations, java.lang.String, java.util.Set) 
		org.eclipse.test.internal.performance.db.Variations variations
		String scenarioName
		java.util.Set dimSet
		long start
		java.sql.ResultSet rs
		java.util.ArrayList dataPoints
		int datapoint_id
		int step
		java.util.HashMap map
		java.sql.ResultSet rs2
		int dim_id
		long value
		org.eclipse.test.internal.performance.data.Dim dim
		int n
		java.sql.SQLException e
	private java.lang.String[] internalQueryScenarioNames (org.eclipse.test.internal.performance.db.Variations, java.lang.String) 
		org.eclipse.test.internal.performance.db.Variations variations
		String scenarioPattern
		long start
		java.sql.ResultSet result
		java.util.ArrayList scenarios
		int i
		java.sql.SQLException e
	private void internalQueryDistinctValues (java.util.List, java.lang.String, org.eclipse.test.internal.performance.db.Variations, java.lang.String) 
		java.util.List values
		String seriesKey
		org.eclipse.test.internal.performance.db.Variations variations
		String scenarioPattern
		long start
		java.sql.ResultSet result
		int i
		org.eclipse.test.internal.performance.db.Variations v
		String build
		java.sql.SQLException e
	private org.eclipse.test.internal.performance.db.SummaryEntry[] internalQuerySummaries (org.eclipse.test.internal.performance.db.Variations, java.lang.String) 
		org.eclipse.test.internal.performance.db.Variations variationPatterns
		String scenarioPattern
		long start
		java.sql.ResultSet result
		java.util.List fingerprints
		String scenarioName
		String shortName
		int dim_id
		boolean isGlobal
		int comment_id
		int commentKind
		String comment
		java.sql.ResultSet rs2
		java.sql.SQLException e
	private java.lang.String[] internalQuerySeriesValues (org.eclipse.test.internal.performance.db.Variations, java.lang.String, java.lang.String) 
		org.eclipse.test.internal.performance.db.Variations v
		String scenarioName
		String seriesKey
		boolean isCloned
		String[] seriesPatterns
		Object object
		java.util.ArrayList values
		int i
		String[] names
		boolean sort
		java.util.regex.Pattern pattern
		java.util.regex.Matcher matcher
		int i
	private java.util.Map internalQueryFailure (java.lang.String, org.eclipse.test.internal.performance.db.Variations) 
		String scenarioPattern
		org.eclipse.test.internal.performance.db.Variations variations
		long start
		java.sql.ResultSet result
		java.util.Map map
		String scenario
		String message
		java.sql.SQLException e
	private void connect () 
		String dbloc
		String dbname
		String url
		java.util.Properties info
		ClassNotFoundException e
		java.io.File f
		java.io.File f
		String user_home
		java.sql.SQLException e
		java.sql.SQLException ex
		ClassNotFoundException e
	private void disconnect () 
		java.sql.SQLException e1
		java.sql.SQLException e
		java.sql.SQLException e
		java.sql.SQLException e
		String message
}

org/eclipse/test/internal/performance/db/SummaryEntry.class
SummaryEntry.java
package org.eclipse.test.internal.performance.db
public org.eclipse.test.internal.performance.db.SummaryEntry extends java.lang.Object {
	public String scenarioName
	public String shortName
	public org.eclipse.test.internal.performance.data.Dim dimension
	public boolean isGlobal
	public int commentKind
	public String comment
	void  (java.lang.String, java.lang.String, org.eclipse.test.internal.performance.data.Dim, boolean) 
		String scenarioName
		String shortName
		org.eclipse.test.internal.performance.data.Dim dimension
		boolean isGlobal
	void  (java.lang.String, java.lang.String, org.eclipse.test.internal.performance.data.Dim, boolean, int, java.lang.String) 
		String scenarioName
		String shortName
		org.eclipse.test.internal.performance.data.Dim dimension
		boolean isGlobal
		int commentKind
		String comment
	public java.lang.String toString () 
}

org/eclipse/test/internal/performance/db/Report.class
Report.java
package org.eclipse.test.internal.performance.db
public org.eclipse.test.internal.performance.db.Report extends java.lang.Object {
	private static final String LEFT
	private static final String RIGHT
	private int fGap
	private int fColumn
	private int fRow
	private int fRows
	private java.util.HashMap fContent
	private java.util.HashMap fWidths
	private java.util.HashMap fAlignment
	public void  (int) 
		int gap
	public void addCell (java.lang.String) 
		String value
	public void addCellRight (java.lang.String) 
		String value
	public void nextRow () 
	private void setCell (int, int, java.lang.String, java.lang.String) 
		int x
		int y
		String value
		String align
		Integer w
	private java.lang.String getCell (int, int) 
		int x
		int y
	public void print (java.io.PrintStream) 
		java.io.PrintStream ps
		int n
		int y
		int x
		Integer w
		int ww
		String s
		int g
		int www
		String align
		int l
}

org/eclipse/test/internal/performance/db/TimeSeries.class
TimeSeries.java
package org.eclipse.test.internal.performance.db
public org.eclipse.test.internal.performance.db.TimeSeries extends java.lang.Object {
	private String[] fBuildNames
	private double[] fAverages
	private double[] fStddev
	private long[] fCount
	void  (java.lang.String[], double[], double[], long[]) 
		String[] tags
		double[] averages
		double[] stddev
		long[] sizes
	public int getLength () 
	public double getValue (int) 
		int ix
	public double getStddev (int) 
		int ix
	public java.lang.String getLabel (int) 
		int ix
	public long getCount (int) 
		int ix
}

org/eclipse/test/internal/performance/db/View.class
View.java
package org.eclipse.test.internal.performance.db
public org.eclipse.test.internal.performance.db.View extends java.lang.Object {
	public void  () 
	public static void main (java.lang.String[]) 
		String[] args
		org.eclipse.test.internal.performance.db.Variations variations
		String scenarioPattern
		String seriesKey
		String outFile
		java.io.PrintStream ps
		java.io.FileNotFoundException e
		org.eclipse.test.internal.performance.db.Scenario[] scenarios
		int s
}

org/eclipse/test/internal/performance/db/Variations.class
Variations.java
package org.eclipse.test.internal.performance.db
public org.eclipse.test.internal.performance.db.Variations extends java.util.Properties {
	private static final long serialVersionUID
	public void  () 
	public void  (java.lang.String, java.lang.String) 
		String configValue
		String buildValue
	public void  (java.lang.String) 
		String keyValuePairs
	public java.lang.String toExactMatchString () 
	public java.lang.String toQueryPattern () 
	public void parsePairs (java.lang.String) 
		String keyvaluepairs
	public void parseDB (java.lang.String) 
		String keyvaluepairs
	private void parse (java.lang.String, java.lang.String) 
		String keyvaluepairs
		String separator
		java.util.StringTokenizer st
		String token
		int i
		String value
	private static java.lang.String toDB (java.util.Properties, boolean) 
		java.util.Properties keyValues
		boolean asQuery
		java.util.Set set
		String[] keys
		StringBuffer sb
		int i
		String key
		String value
}

org/eclipse/test/internal/performance/db/Scenario$1.class
Scenario.java
package org.eclipse.test.internal.performance.db
 org.eclipse.test.internal.performance.db.Scenario$1 extends java.lang.Object implements java.util.Comparator  {
	final org.eclipse.test.internal.performance.db.Scenario this$0
	void  (org.eclipse.test.internal.performance.db.Scenario) 
	public int compare (java.lang.Object, java.lang.Object) 
		Object o1
		Object o2
		org.eclipse.test.internal.performance.data.Dim d1
		org.eclipse.test.internal.performance.data.Dim d2
}

org/eclipse/test/internal/performance/db/Scenario$SharedState.class
Scenario.java
package org.eclipse.test.internal.performance.db
public org.eclipse.test.internal.performance.db.Scenario$SharedState extends java.lang.Object {
	private org.eclipse.test.internal.performance.db.Variations fVariations
	private String fSeriesKey
	private java.util.Set fQueryDimensions
	private String fScenarioPattern
	private java.util.Map fMessages
	void  (org.eclipse.test.internal.performance.db.Variations, java.lang.String, java.lang.String, org.eclipse.test.internal.performance.data.Dim[]) 
		org.eclipse.test.internal.performance.db.Variations variations
		String scenarioPattern
		String seriesKey
		org.eclipse.test.internal.performance.data.Dim[] dimensions
		int i
	java.lang.String[] getFailures (java.lang.String[], java.lang.String) 
		String[] names
		String scenarioId
		org.eclipse.test.internal.performance.db.Variations v
		int i
		java.util.Map map
		String[] result
		int i
		java.util.Map messages
	static org.eclipse.test.internal.performance.db.Variations access$0 (org.eclipse.test.internal.performance.db.Scenario$SharedState) 
	static java.lang.String access$1 (org.eclipse.test.internal.performance.db.Scenario$SharedState) 
	static java.util.Set access$2 (org.eclipse.test.internal.performance.db.Scenario$SharedState) 
}

org/eclipse/test/internal/performance/db/Scenario.class
Scenario.java
package org.eclipse.test.internal.performance.db
public org.eclipse.test.internal.performance.db.Scenario extends java.lang.Object {
	private static final boolean DEBUG
	private org.eclipse.test.internal.performance.db.Scenario$SharedState fSharedState
	private String fScenarioName
	private String[] fSeriesNames
	private org.eclipse.test.internal.performance.eval.StatisticsSession[] fSessions
	private java.util.Map fSeries
	private org.eclipse.test.internal.performance.data.Dim[] fDimensions
	public void  (java.lang.String, org.eclipse.test.internal.performance.db.Variations, java.lang.String, org.eclipse.test.internal.performance.data.Dim[]) 
		String scenario
		org.eclipse.test.internal.performance.db.Variations variations
		String seriesKey
		org.eclipse.test.internal.performance.data.Dim[] dimensions
	public void  (java.lang.String, org.eclipse.test.internal.performance.db.Scenario$SharedState) 
		String scenario
		org.eclipse.test.internal.performance.db.Scenario$SharedState sharedState
	public java.lang.String getScenarioName () 
	public org.eclipse.test.internal.performance.data.Dim[] getDimensions () 
	public java.lang.String[] getTimeSeriesLabels () 
	public java.lang.String[] getFailureMessages () 
	public org.eclipse.test.internal.performance.db.TimeSeries getTimeSeries (org.eclipse.test.internal.performance.data.Dim) 
		org.eclipse.test.internal.performance.data.Dim dim
		org.eclipse.test.internal.performance.db.TimeSeries ts
		double[] ds
		double[] sd
		long[] sizes
		int i
	public void dump (java.io.PrintStream, java.lang.String) 
		java.io.PrintStream ps
		String key
		org.eclipse.test.internal.performance.db.Report r
		String[] timeSeriesLabels
		int j
		org.eclipse.test.internal.performance.data.Dim[] dimensions
		int i
		org.eclipse.test.internal.performance.data.Dim dim
		org.eclipse.test.internal.performance.db.TimeSeries ts
		int n
		int j
		String stddev
		double stddev2
	private void loadSeriesNames () 
	private void loadSessions () 
		org.eclipse.test.internal.performance.db.Variations v
		java.util.ArrayList sessions
		java.util.ArrayList names2
		java.util.Set dims
		int t
		org.eclipse.test.internal.performance.data.DataPoint[] dps
}

org/eclipse/test/internal/performance/db/SQL.class
SQL.java
package org.eclipse.test.internal.performance.db
public org.eclipse.test.internal.performance.db.SQL extends java.lang.Object {
	private boolean fCompatibility
	protected java.sql.Connection fConnection
	private java.sql.PreparedStatement fInsertVariation
	private java.sql.PreparedStatement fInsertScenario
	private java.sql.PreparedStatement fInsertSample
	private java.sql.PreparedStatement fInsertDataPoint
	private java.sql.PreparedStatement fInsertScalar
	private java.sql.PreparedStatement fQueryComment
	private java.sql.PreparedStatement fInsertComment
	private java.sql.PreparedStatement fQueryComment2
	private java.sql.PreparedStatement fQueryVariation
	private java.sql.PreparedStatement fQueryVariations
	private java.sql.PreparedStatement fQueryScenario
	private java.sql.PreparedStatement fQueryAllScenarios
	private java.sql.PreparedStatement fQueryDatapoints
	private java.sql.PreparedStatement fQueryScalars
	private java.sql.PreparedStatement fInsertSummaryEntry
	private java.sql.PreparedStatement fUpdateScenarioShortName
	private java.sql.PreparedStatement fQuerySummaryEntry
	private java.sql.PreparedStatement fQueryGlobalSummaryEntries
	private java.sql.PreparedStatement fQuerySummaryEntries
	private java.sql.PreparedStatement fInsertFailure
	private java.sql.PreparedStatement fQueryFailure
	protected void  (java.sql.Connection)  throws java.sql.SQLException 
		java.sql.Connection con
		boolean needsUpgrade
		boolean needsInitialization
		boolean needsFailures
		boolean needsComments
		java.sql.Statement statement
		java.sql.ResultSet rs
		String tablename
	protected void dispose ()  throws java.sql.SQLException 
	private void initialize ()  throws java.sql.SQLException 
		java.sql.Statement stmt
	private void upgradeDB ()  throws java.sql.SQLException 
		java.sql.Statement stmt
	private void addCommentTable ()  throws java.sql.SQLException 
		java.sql.Statement stmt
	private void addFailureTable ()  throws java.sql.SQLException 
		java.sql.Statement stmt
	static int create (java.sql.PreparedStatement)  throws java.sql.SQLException 
		java.sql.PreparedStatement stmt
		java.sql.ResultSet rs
		java.math.BigDecimal idColVar
	int getScenario (java.lang.String)  throws java.sql.SQLException 
		String scenarioPattern
		java.sql.ResultSet result
	int getVariations (org.eclipse.test.internal.performance.db.Variations)  throws java.sql.SQLException 
		org.eclipse.test.internal.performance.db.Variations variations
		String exactMatchString
		java.sql.ResultSet result
	int createSample (int, int, java.sql.Timestamp)  throws java.sql.SQLException 
		int variation_id
		int scenario_id
		java.sql.Timestamp starttime
	int createDataPoint (int, int, int)  throws java.sql.SQLException 
		int sample_id
		int seq
		int step
	void insertScalar (int, int, long)  throws java.sql.SQLException 
		int datapoint_id
		int dim_id
		long value
	java.sql.ResultSet queryDataPoints (org.eclipse.test.internal.performance.db.Variations, java.lang.String)  throws java.sql.SQLException 
		org.eclipse.test.internal.performance.db.Variations variations
		String scenarioName
	java.sql.ResultSet queryScalars (int)  throws java.sql.SQLException 
		int datapointId
	java.sql.ResultSet queryScenarios (org.eclipse.test.internal.performance.db.Variations, java.lang.String)  throws java.sql.SQLException 
		org.eclipse.test.internal.performance.db.Variations variations
		String scenarioPattern
	java.sql.ResultSet queryVariations (java.lang.String, java.lang.String)  throws java.sql.SQLException 
		String variations
		String scenarioPattern
	void createSummaryEntry (int, int, int, boolean, int)  throws java.sql.SQLException 
		int variation_id
		int scenario_id
		int dim_id
		boolean isGlobal
		int comment_id
		java.sql.ResultSet result
	public void setScenarioShortName (int, java.lang.String)  throws java.sql.SQLException 
		int scenario_id
		String shortName
	java.sql.ResultSet queryGlobalSummaryEntries (org.eclipse.test.internal.performance.db.Variations)  throws java.sql.SQLException 
		org.eclipse.test.internal.performance.db.Variations variations
	java.sql.ResultSet querySummaryEntries (org.eclipse.test.internal.performance.db.Variations, java.lang.String)  throws java.sql.SQLException 
		org.eclipse.test.internal.performance.db.Variations variations
		String scenarioPattern
	void insertFailure (int, int, java.lang.String)  throws java.sql.SQLException 
		int variation_id
		int scenario_id
		String message
	public java.sql.ResultSet queryFailure (org.eclipse.test.internal.performance.db.Variations, java.lang.String)  throws java.sql.SQLException 
		org.eclipse.test.internal.performance.db.Variations variations
		String scenarioPattern
	int getCommentId (int, java.lang.String)  throws java.sql.SQLException 
		int commentKind
		String comment
		java.sql.ResultSet result
	public java.sql.ResultSet getComment (int)  throws java.sql.SQLException 
		int comment_id
}

org/eclipse/test/internal/performance/db/DBHelpers.class
DBHelpers.java
package org.eclipse.test.internal.performance.db
public org.eclipse.test.internal.performance.db.DBHelpers extends java.lang.Object {
	private java.sql.Connection fConnection
	public static void main (java.lang.String[])  throws java.sql.SQLException 
		String[] args
		org.eclipse.test.internal.performance.db.DBHelpers db
		String outFile
		java.io.PrintStream ps
		java.io.FileNotFoundException e
		long start
	public void  () 
	void renameVariation (java.lang.String, java.lang.String)  throws java.sql.SQLException 
		String oldName
		String newName
		java.sql.PreparedStatement update
	void dumpSummaries (org.eclipse.test.internal.performance.db.Variations, java.lang.String) 
		org.eclipse.test.internal.performance.db.Variations variations
		String scenarioPattern
		org.eclipse.test.internal.performance.db.SummaryEntry[] summries
		int i
	void count (java.io.PrintStream)  throws java.sql.SQLException 
		java.io.PrintStream ps
		java.sql.PreparedStatement stmt
		java.sql.ResultSet set
	void countDimension (java.io.PrintStream, org.eclipse.test.internal.performance.data.Dim)  throws java.sql.SQLException 
		java.io.PrintStream ps
		org.eclipse.test.internal.performance.data.Dim dim
		java.sql.PreparedStatement stmt
		java.sql.ResultSet set
	void countAllDimensions (java.io.PrintStream)  throws java.sql.SQLException 
		java.io.PrintStream ps
		java.sql.PreparedStatement stmt
		java.sql.ResultSet set
		org.eclipse.test.internal.performance.data.Dim dimension
	int countSamples (java.io.PrintStream, org.eclipse.test.internal.performance.db.Variations)  throws java.sql.SQLException 
		java.io.PrintStream ps
		org.eclipse.test.internal.performance.db.Variations v
		java.sql.PreparedStatement stmt
		java.sql.ResultSet set
		int n
	void countDatapoints (java.io.PrintStream, org.eclipse.test.internal.performance.db.Variations)  throws java.sql.SQLException 
		java.io.PrintStream ps
		org.eclipse.test.internal.performance.db.Variations v
		java.sql.PreparedStatement stmt
		java.sql.ResultSet set
	void countScalars (java.io.PrintStream, org.eclipse.test.internal.performance.db.Variations)  throws java.sql.SQLException 
		java.io.PrintStream ps
		org.eclipse.test.internal.performance.db.Variations v
		java.sql.PreparedStatement stmt
		java.sql.ResultSet set
	void removeSamples (org.eclipse.test.internal.performance.db.Variations)  throws java.sql.SQLException 
		org.eclipse.test.internal.performance.db.Variations v
		boolean delete
		int n
		int variation_id
		java.sql.PreparedStatement stmt
		java.sql.ResultSet set
		java.sql.PreparedStatement iterSamples
		java.sql.PreparedStatement iterDatapoints
		java.sql.PreparedStatement deleteScalars
		java.sql.PreparedStatement deleteDatapoints
		java.sql.PreparedStatement deleteSamples
		java.sql.PreparedStatement deleteScenario
		java.sql.ResultSet samples
		java.sql.ResultSet datapoints
		java.sql.ResultSet configs
		int sample_id
		int scenario_id
		int dps
		int dp_id
		java.sql.SQLException e
		java.sql.SQLException e1
		java.sql.SQLException e
		java.sql.PreparedStatement deleteSummaries
		java.sql.PreparedStatement deleteVariation
		java.sql.SQLException e
	void countSamplesWithNullVariations ()  throws java.sql.SQLException 
		java.sql.Statement stmt
		java.sql.ResultSet rs
		int config_id
	void removeDimension (org.eclipse.test.internal.performance.data.Dim)  throws java.sql.SQLException 
		org.eclipse.test.internal.performance.data.Dim dim
		java.sql.PreparedStatement q
	void dumpScenarios (java.io.PrintStream, java.lang.String)  throws java.sql.SQLException 
		java.io.PrintStream ps
		String pattern
		java.sql.PreparedStatement stmt
		java.sql.ResultSet rs
	void dumpSizes (java.io.PrintStream)  throws java.sql.SQLException 
		java.io.PrintStream ps
		java.sql.Statement stmt
		java.sql.ResultSet rs
	void dumpSize (java.io.PrintStream, java.lang.String)  throws java.sql.SQLException 
		java.io.PrintStream ps
		String table
		java.sql.Statement stmt
		java.sql.ResultSet rs
	public void dumpAll (java.io.PrintStream, int)  throws java.sql.SQLException 
		java.io.PrintStream ps
		int maxRow
		java.sql.Statement stmt
		java.sql.ResultSet rs
	void dumpTable (java.io.PrintStream, java.lang.String, int)  throws java.sql.SQLException 
		java.io.PrintStream ps
		String tableName
		int maxRow
		java.sql.Statement select
		java.sql.ResultSet result
		java.sql.ResultSetMetaData metaData
		int n
		int i
		int r
		int i
	void view (java.io.PrintStream, org.eclipse.test.internal.performance.db.Variations, java.lang.String)  throws java.sql.SQLException 
		java.io.PrintStream ps
		org.eclipse.test.internal.performance.db.Variations v
		String scenarioPattern
		org.eclipse.test.internal.performance.db.Scenario[] scenarios
		int s
}

org/eclipse/test/internal/performance/eval/StatisticsUtil$Percentile.class
StatisticsUtil.java
package org.eclipse.test.internal.performance.eval
public final org.eclipse.test.internal.performance.eval.StatisticsUtil$Percentile extends java.lang.Object {
	final int fColumn
	private final double fInside
	private void  (int, double) 
		int column
		double inside
	public double inside () 
	void  (int, double, org.eclipse.test.internal.performance.eval.StatisticsUtil$Percentile) 
}

org/eclipse/test/internal/performance/eval/StatisticsUtil.class
StatisticsUtil.java
package org.eclipse.test.internal.performance.eval
public final org.eclipse.test.internal.performance.eval.StatisticsUtil extends java.lang.Object {
	public static final org.eclipse.test.internal.performance.eval.StatisticsUtil$Percentile T90
	public static final org.eclipse.test.internal.performance.eval.StatisticsUtil$Percentile T95
	public static final org.eclipse.test.internal.performance.eval.StatisticsUtil$Percentile T97_5
	public static final org.eclipse.test.internal.performance.eval.StatisticsUtil$Percentile T99
	private static final double[][] T
	static void  () 
	public static double getStudentsT (int, org.eclipse.test.internal.performance.eval.StatisticsUtil$Percentile) 
		int df
		org.eclipse.test.internal.performance.eval.StatisticsUtil$Percentile percentile
	public static double[] statisticsForTimeSeries (org.eclipse.test.internal.performance.db.TimeSeries, int, org.eclipse.test.internal.performance.db.TimeSeries, int, org.eclipse.test.internal.performance.eval.StatisticsUtil$Percentile) 
		org.eclipse.test.internal.performance.db.TimeSeries refSeries
		int index1
		org.eclipse.test.internal.performance.db.TimeSeries testSeries
		int index2
		org.eclipse.test.internal.performance.eval.StatisticsUtil$Percentile percentile
		double[] values
		long[] counts
		double[] stddevs
		double ttest
	public static double studentTtest (double[], double[], long[], org.eclipse.test.internal.performance.eval.StatisticsUtil$Percentile) 
		double[] values
		double[] stddevs
		long[] counts
		org.eclipse.test.internal.performance.eval.StatisticsUtil$Percentile percentile
		double ref
		double val
		double delta
		long df1
		double sd1
		long df2
		double sd2
		long df
		double sp_square
		double se_diff
	public static double deviation (double[]) 
		double[] values
	public static double standardError (double[], double[], long[]) 
		double[] values
		double[] stddevs
		long[] counts
	private void  () 
}

org/eclipse/test/internal/performance/eval/EmptyEvaluator.class
EmptyEvaluator.java
package org.eclipse.test.internal.performance.eval
public org.eclipse.test.internal.performance.eval.EmptyEvaluator extends java.lang.Object implements org.eclipse.test.internal.performance.eval.IEvaluator  {
	public void  () 
	public void evaluate (org.eclipse.test.performance.PerformanceMeter)  throws java.lang.RuntimeException 
		org.eclipse.test.performance.PerformanceMeter performanceMeter
	public void setAssertCheckers (org.eclipse.test.internal.performance.eval.AssertChecker[]) 
		org.eclipse.test.internal.performance.eval.AssertChecker[] asserts
	public void setReferenceFilterProperties (java.lang.String, java.lang.String) 
		String driver
		String timestamp
}

org/eclipse/test/internal/performance/eval/Evaluator.class
Evaluator.java
package org.eclipse.test.internal.performance.eval
public org.eclipse.test.internal.performance.eval.Evaluator extends org.eclipse.test.internal.performance.eval.EmptyEvaluator {
	private org.eclipse.test.internal.performance.eval.AssertChecker[] fCheckers
	public void  () 
	public void setAssertCheckers (org.eclipse.test.internal.performance.eval.AssertChecker[]) 
		org.eclipse.test.internal.performance.eval.AssertChecker[] asserts
	public void evaluate (org.eclipse.test.performance.PerformanceMeter)  throws java.lang.RuntimeException 
		org.eclipse.test.performance.PerformanceMeter performanceMeter
		org.eclipse.test.internal.performance.db.Variations refKeys
		org.eclipse.test.internal.performance.InternalPerformanceMeter ipm
		org.eclipse.test.internal.performance.data.Sample session
		String scenarioName
		java.util.HashSet allDimensions
		int i
		org.eclipse.test.internal.performance.eval.AssertChecker chk
		org.eclipse.test.internal.performance.data.Dim[] dims
		int j
		org.eclipse.test.internal.performance.data.DataPoint[] sessionDatapoints
		org.eclipse.test.internal.performance.data.DataPoint[] sessionDatapoints
		org.eclipse.test.internal.performance.db.Variations config
		org.eclipse.test.internal.performance.data.DataPoint[] datapoints
		org.eclipse.test.internal.performance.eval.StatisticsSession referenceStats
		org.eclipse.test.internal.performance.eval.StatisticsSession measuredStats
		StringBuffer failMesg
		boolean pass
		int i
		org.eclipse.test.internal.performance.eval.AssertChecker chk
}

org/eclipse/test/internal/performance/eval/StatisticsSession$Statistics.class
StatisticsSession.java
package org.eclipse.test.internal.performance.eval
final org.eclipse.test.internal.performance.eval.StatisticsSession$Statistics extends java.lang.Object {
	public long count
	public long sum
	public double average
	public double stddev
	void  () 
}

org/eclipse/test/internal/performance/eval/StatisticsSession.class
StatisticsSession.java
package org.eclipse.test.internal.performance.eval
public org.eclipse.test.internal.performance.eval.StatisticsSession extends java.lang.Object {
	private final org.eclipse.test.internal.performance.data.DataPoint[] fDataPoints
	private final java.util.Map fStatistics
	public void  (org.eclipse.test.internal.performance.data.DataPoint[]) 
		org.eclipse.test.internal.performance.data.DataPoint[] datapoints
	public double getAverage (org.eclipse.test.internal.performance.data.Dim) 
		org.eclipse.test.internal.performance.data.Dim dimension
	public long getSum (org.eclipse.test.internal.performance.data.Dim) 
		org.eclipse.test.internal.performance.data.Dim dimension
	public long getCount (org.eclipse.test.internal.performance.data.Dim) 
		org.eclipse.test.internal.performance.data.Dim dimension
	public double getStddev (org.eclipse.test.internal.performance.data.Dim) 
		org.eclipse.test.internal.performance.data.Dim dimension
	double getStderr_mean (org.eclipse.test.internal.performance.data.Dim) 
		org.eclipse.test.internal.performance.data.Dim dimension
	double getStudentsT (org.eclipse.test.internal.performance.data.Dim, org.eclipse.test.internal.performance.eval.StatisticsUtil$Percentile) 
		org.eclipse.test.internal.performance.data.Dim dimension
		org.eclipse.test.internal.performance.eval.StatisticsUtil$Percentile percentile
		int df
	public double[] getConfidenceInterval (org.eclipse.test.internal.performance.data.Dim, org.eclipse.test.internal.performance.eval.StatisticsUtil$Percentile) 
		org.eclipse.test.internal.performance.data.Dim dimension
		org.eclipse.test.internal.performance.eval.StatisticsUtil$Percentile percentile
		double mean
		double stat_err
		double t
		double[] interval
	private org.eclipse.test.internal.performance.eval.StatisticsSession$Statistics getStats (org.eclipse.test.internal.performance.data.Dim) 
		org.eclipse.test.internal.performance.data.Dim dimension
		org.eclipse.test.internal.performance.eval.StatisticsSession$Statistics stats
	private org.eclipse.test.internal.performance.eval.StatisticsSession$Statistics computeStats (org.eclipse.test.internal.performance.data.Dim) 
		org.eclipse.test.internal.performance.data.Dim dimension
		org.eclipse.test.internal.performance.eval.StatisticsSession$Statistics stats
		org.eclipse.test.internal.performance.eval.StatisticsSession$Statistics stats
		org.eclipse.test.internal.performance.eval.StatisticsSession$Statistics stats
		java.util.Set steps
		int j
		org.eclipse.test.internal.performance.data.DataPoint dp
	private org.eclipse.test.internal.performance.eval.StatisticsSession$Statistics computeStatsFromAggregates (org.eclipse.test.internal.performance.data.Dim) 
		org.eclipse.test.internal.performance.data.Dim dimension
		org.eclipse.test.internal.performance.eval.StatisticsSession$Statistics stats
		long aggregateCount
		double averageSum
		long countSum
		double stdevSum
		int i
		org.eclipse.test.internal.performance.data.DataPoint point
		org.eclipse.test.internal.performance.data.Scalar scalar
		Integer aggregate
		long magnitude
	private org.eclipse.test.internal.performance.eval.StatisticsSession$Statistics computeStatsFromMeasurements (org.eclipse.test.internal.performance.data.Dim, java.util.Set) 
		org.eclipse.test.internal.performance.data.Dim dimension
		java.util.Set steps
		org.eclipse.test.internal.performance.eval.StatisticsSession$Statistics stats
		long[] mags
		long[] mags
		long[] mags
		int i
		org.eclipse.test.internal.performance.data.Scalar sc
		int count
		int i
		org.eclipse.test.internal.performance.data.DataPoint before
		org.eclipse.test.internal.performance.data.DataPoint after
		org.eclipse.test.internal.performance.data.Scalar delta
		long magnitude
		int i
		double squaredDeviations
		int i
		double deviation
	private org.eclipse.test.internal.performance.data.Scalar getDelta (org.eclipse.test.internal.performance.data.DataPoint, org.eclipse.test.internal.performance.data.DataPoint, org.eclipse.test.internal.performance.data.Dim) 
		org.eclipse.test.internal.performance.data.DataPoint before
		org.eclipse.test.internal.performance.data.DataPoint after
		org.eclipse.test.internal.performance.data.Dim dimension
		org.eclipse.test.internal.performance.data.Scalar one
		org.eclipse.test.internal.performance.data.Scalar two
	public boolean contains (org.eclipse.test.internal.performance.data.Dim) 
		org.eclipse.test.internal.performance.data.Dim dimension
}

org/eclipse/test/internal/performance/eval/AssertChecker.class
AssertChecker.java
package org.eclipse.test.internal.performance.eval
public abstract org.eclipse.test.internal.performance.eval.AssertChecker extends java.lang.Object {
	private java.util.Set fDimensions
	public void  (org.eclipse.test.internal.performance.data.Dim) 
		org.eclipse.test.internal.performance.data.Dim dimension
	public void  (org.eclipse.test.internal.performance.data.Dim[]) 
		org.eclipse.test.internal.performance.data.Dim[] dimensions
	public org.eclipse.test.internal.performance.data.Dim[] getDimensions () 
	protected org.eclipse.test.internal.performance.data.Dim getDimension () 
	public abstract boolean test (org.eclipse.test.internal.performance.eval.StatisticsSession, org.eclipse.test.internal.performance.eval.StatisticsSession, java.lang.StringBuffer) 
}

org/eclipse/test/internal/performance/eval/AbsoluteBandChecker.class
AbsoluteBandChecker.java
package org.eclipse.test.internal.performance.eval
public org.eclipse.test.internal.performance.eval.AbsoluteBandChecker extends org.eclipse.test.internal.performance.eval.AssertChecker {
	private long fLowerBand
	private long fUpperBand
	public void  (org.eclipse.test.internal.performance.data.Dim, long, long) 
		org.eclipse.test.internal.performance.data.Dim dimension
		long lowerBand
		long upperBand
	public boolean test (org.eclipse.test.internal.performance.eval.StatisticsSession, org.eclipse.test.internal.performance.eval.StatisticsSession, java.lang.StringBuffer) 
		org.eclipse.test.internal.performance.eval.StatisticsSession reference
		org.eclipse.test.internal.performance.eval.StatisticsSession measured
		StringBuffer message
		org.eclipse.test.internal.performance.data.Dim dimension
		double actual
		double test
}

org/eclipse/test/internal/performance/eval/IEvaluator.class
IEvaluator.java
package org.eclipse.test.internal.performance.eval
public abstract org.eclipse.test.internal.performance.eval.IEvaluator extends java.lang.Object {
	public abstract void evaluate (org.eclipse.test.performance.PerformanceMeter)  throws java.lang.RuntimeException 
	public abstract void setAssertCheckers (org.eclipse.test.internal.performance.eval.AssertChecker[]) 
	public abstract void setReferenceFilterProperties (java.lang.String, java.lang.String) 
}

org/eclipse/test/internal/performance/eval/RelativeBandChecker.class
RelativeBandChecker.java
package org.eclipse.test.internal.performance.eval
public org.eclipse.test.internal.performance.eval.RelativeBandChecker extends org.eclipse.test.internal.performance.eval.AssertChecker {
	private final double fLowerBand
	private final double fUpperBand
	public void  (org.eclipse.test.internal.performance.data.Dim, double, double) 
		org.eclipse.test.internal.performance.data.Dim dimension
		double lowerBand
		double upperBand
	public boolean test (org.eclipse.test.internal.performance.eval.StatisticsSession, org.eclipse.test.internal.performance.eval.StatisticsSession, java.lang.StringBuffer) 
		org.eclipse.test.internal.performance.eval.StatisticsSession reference
		org.eclipse.test.internal.performance.eval.StatisticsSession measured
		StringBuffer message
		org.eclipse.test.internal.performance.data.Dim dimension
		double actual
		double test
}

org/eclipse/test/internal/performance/tests/SimplePerformanceMeterTest.class
SimplePerformanceMeterTest.java
package org.eclipse.test.internal.performance.tests
public org.eclipse.test.internal.performance.tests.SimplePerformanceMeterTest extends junit.framework.TestCase {
	public void  () 
	public void testPerformanceMeterFactory () 
		org.eclipse.test.performance.PerformanceMeter meter
}

org/eclipse/test/internal/performance/tests/VariationsTests.class
VariationsTests.java
package org.eclipse.test.internal.performance.tests
public org.eclipse.test.internal.performance.tests.VariationsTests extends junit.framework.TestCase {
	public void  () 
	public void testVariations () 
		org.eclipse.test.internal.performance.db.Variations v1
		org.eclipse.test.internal.performance.db.Variations v2
		org.eclipse.test.internal.performance.db.Variations v3
	public void testParseVariations () 
		org.eclipse.test.internal.performance.db.Variations v1
		org.eclipse.test.internal.performance.db.Variations v
		org.eclipse.test.internal.performance.db.Variations v2
		org.eclipse.test.internal.performance.db.Variations v3
}

org/eclipse/test/internal/performance/tests/PerformanceMeterFactoryTest.class
PerformanceMeterFactoryTest.java
package org.eclipse.test.internal.performance.tests
public org.eclipse.test.internal.performance.tests.PerformanceMeterFactoryTest extends junit.framework.TestCase {
	public void  () 
	public void testPerformanceMeterFactory () 
		org.eclipse.test.performance.PerformanceMeter pm
}

org/eclipse/test/internal/performance/tests/AllTests.class
AllTests.java
package org.eclipse.test.internal.performance.tests
public org.eclipse.test.internal.performance.tests.AllTests extends java.lang.Object {
	static Class class$0
	static Class class$1
	static Class class$2
	public void  () 
	public static junit.framework.Test suite () 
		junit.framework.TestSuite suite
}

org/eclipse/test/internal/performance/tests/TestPerformanceMeter.class
TestPerformanceMeter.java
package org.eclipse.test.internal.performance.tests
 org.eclipse.test.internal.performance.tests.TestPerformanceMeter extends org.eclipse.test.internal.performance.InternalPerformanceMeter {
	private long fStartTime
	private java.util.List fDataPoints
	private java.util.Map fStart
	private java.util.Map fStop
	void  (java.lang.String) 
		String scenarioId
	void addPair (org.eclipse.test.internal.performance.data.Dim, long, long) 
		org.eclipse.test.internal.performance.data.Dim dimension
		long start
		long end
	public void dispose () 
	public org.eclipse.test.internal.performance.data.Sample getSample () 
	public void start () 
	public void stop () 
}

org/eclipse/test/internal/performance/tests/DBTests.class
DBTests.java
package org.eclipse.test.internal.performance.tests
public org.eclipse.test.internal.performance.tests.DBTests extends junit.framework.TestCase {
	private static final String CONFIG
	private static final String BUILD
	private static final String SCENARIO_NAME_0
	private static final String SCENARIO_NAME_1
	private static final String SCENARIO_NAME_2
	private static final String SCENARIO_NAME_3
	private static final String SCENARIO_NAME_4
	private static final String SHORT_NAME_2
	private static final String SHORT_NAME_3
	private static final String SHORT_NAME_4
	private static final String DBLOC
	private static String DBNAME
	private static final String DBUSER
	private static final String DBPASSWD
	public void  () 
	protected void setUp ()  throws java.lang.Exception 
	protected void tearDown ()  throws java.lang.Exception 
	public void testPropertyGetters () 
	public void testAssertPerformance ()  throws java.sql.SQLException 
		org.eclipse.test.performance.Performance perf
		org.eclipse.test.internal.performance.tests.TestPerformanceMeter pm1
		String build
		org.eclipse.test.internal.performance.tests.TestPerformanceMeter pm2
		boolean failed
		junit.framework.AssertionFailedError e
		org.eclipse.test.internal.performance.db.Variations v
		org.eclipse.test.internal.performance.db.Scenario[] scenarios
		org.eclipse.test.internal.performance.db.Scenario s
		String[] failureMessages
		String mesg
	public void testBasicDBFunctionality () 
		org.eclipse.test.performance.Performance perf
		org.eclipse.test.internal.performance.tests.TestPerformanceMeter pm1
		org.eclipse.test.internal.performance.tests.TestPerformanceMeter pm2
		org.eclipse.test.internal.performance.tests.TestPerformanceMeter pm3
		org.eclipse.test.internal.performance.tests.TestPerformanceMeter pm4
		org.eclipse.test.internal.performance.db.Variations v
		org.eclipse.test.internal.performance.data.DataPoint[] points
		org.eclipse.test.internal.performance.data.DataPoint dp
		org.eclipse.test.internal.performance.data.Dim[] dimensions
		org.eclipse.test.internal.performance.data.Scalar s1
		org.eclipse.test.internal.performance.data.Scalar s2
		java.util.Set dims
		org.eclipse.test.internal.performance.data.Scalar s
		java.util.List buildNames
		org.eclipse.test.internal.performance.db.Variations v2
		org.eclipse.test.internal.performance.db.SummaryEntry[] fps
		org.eclipse.test.internal.performance.db.SummaryEntry[] fps2
}

org/eclipse/test/performance/PerformanceMeter.class
PerformanceMeter.java
package org.eclipse.test.performance
public abstract org.eclipse.test.performance.PerformanceMeter extends java.lang.Object {
	public void  () 
	public abstract void start () 
	public abstract void stop () 
	public abstract void commit () 
	public abstract void dispose () 
}

org/eclipse/test/performance/Dimension.class
Dimension.java
package org.eclipse.test.performance
public abstract org.eclipse.test.performance.Dimension extends java.lang.Object {
	public static final org.eclipse.test.performance.Dimension KERNEL_TIME
	public static final org.eclipse.test.performance.Dimension CPU_TIME
	public static final org.eclipse.test.performance.Dimension WORKING_SET
	public static final org.eclipse.test.performance.Dimension ELAPSED_PROCESS
	public static final org.eclipse.test.performance.Dimension USED_JAVA_HEAP
	public static final org.eclipse.test.performance.Dimension WORKING_SET_PEAK
	public static final org.eclipse.test.performance.Dimension COMITTED
	static void  () 
}

org/eclipse/test/performance/Performance.class
Performance.java
package org.eclipse.test.performance
public org.eclipse.test.performance.Performance extends java.lang.Object {
	public static final int EXPLAINS_DEGRADATION_COMMENT
	private static final String PERFORMANCE_METER_FACTORY
	private static final String PERFORMANCE_METER_FACTORY_PROPERTY
	private static org.eclipse.test.performance.Performance fgDefault
	private org.eclipse.test.internal.performance.PerformanceMeterFactory fPerformanceMeterFactory
	private org.eclipse.test.internal.performance.eval.IEvaluator fDefaultEvaluator
	private org.eclipse.test.internal.performance.NullPerformanceMeter fNullPeformanceMeter
	private void  () 
	public static org.eclipse.test.performance.Performance getDefault () 
	public void assertPerformance (org.eclipse.test.performance.PerformanceMeter) 
		org.eclipse.test.performance.PerformanceMeter performanceMeter
	public void assertPerformanceInRelativeBand (org.eclipse.test.performance.PerformanceMeter, org.eclipse.test.performance.Dimension, int, int) 
		org.eclipse.test.performance.PerformanceMeter performanceMeter
		org.eclipse.test.performance.Dimension dim
		int lowerPercentage
		int upperPercentage
		org.eclipse.test.internal.performance.eval.Evaluator e
	public void assertPerformanceInAbsoluteBand (org.eclipse.test.performance.PerformanceMeter, org.eclipse.test.performance.Dimension, int, int) 
		org.eclipse.test.performance.PerformanceMeter performanceMeter
		org.eclipse.test.performance.Dimension dim
		int lowerBand
		int upperBand
		org.eclipse.test.internal.performance.eval.Evaluator e
	public org.eclipse.test.performance.PerformanceMeter createPerformanceMeter (java.lang.String) 
		String scenarioId
	public org.eclipse.test.performance.PerformanceMeter getNullPerformanceMeter () 
	public java.lang.String getDefaultScenarioId (junit.framework.TestCase) 
		junit.framework.TestCase test
	public java.lang.String getDefaultScenarioId (junit.framework.TestCase, java.lang.String) 
		junit.framework.TestCase test
		String id
	private org.eclipse.test.internal.performance.PerformanceMeterFactory getPeformanceMeterFactory () 
	private org.eclipse.test.internal.performance.PerformanceMeterFactory createPerformanceMeterFactory () 
		org.eclipse.test.internal.performance.PerformanceMeterFactory factory
	private org.eclipse.test.internal.performance.PerformanceMeterFactory tryInstantiate (java.lang.String) 
		String className
		org.eclipse.test.internal.performance.PerformanceMeterFactory instance
		int separator
		org.osgi.framework.Bundle bundle
		String bundleName
		Class c
		ClassNotFoundException e
		InstantiationException e
		IllegalAccessException e
		ClassCastException e
	private org.eclipse.test.internal.performance.PerformanceMeterFactory createDefaultPerformanceMeterFactory () 
	public void tagAsGlobalSummary (org.eclipse.test.performance.PerformanceMeter, java.lang.String, org.eclipse.test.performance.Dimension) 
		org.eclipse.test.performance.PerformanceMeter pm
		String shortName
		org.eclipse.test.performance.Dimension dimension
	public void tagAsGlobalSummary (org.eclipse.test.performance.PerformanceMeter, java.lang.String, org.eclipse.test.performance.Dimension[]) 
		org.eclipse.test.performance.PerformanceMeter pm
		String shortName
		org.eclipse.test.performance.Dimension[] dimensions
		org.eclipse.test.internal.performance.InternalPerformanceMeter ipm
	public void tagAsSummary (org.eclipse.test.performance.PerformanceMeter, java.lang.String, org.eclipse.test.performance.Dimension) 
		org.eclipse.test.performance.PerformanceMeter pm
		String shortName
		org.eclipse.test.performance.Dimension dimension
	public void tagAsSummary (org.eclipse.test.performance.PerformanceMeter, java.lang.String, org.eclipse.test.performance.Dimension[]) 
		org.eclipse.test.performance.PerformanceMeter pm
		String shortName
		org.eclipse.test.performance.Dimension[] dimensions
		org.eclipse.test.internal.performance.InternalPerformanceMeter ipm
	public void setComment (org.eclipse.test.performance.PerformanceMeter, int, java.lang.String) 
		org.eclipse.test.performance.PerformanceMeter pm
		int commentKind
		String commentText
		org.eclipse.test.internal.performance.InternalPerformanceMeter ipm
}

org/eclipse/test/performance/PerformanceTestCase.class
PerformanceTestCase.java
package org.eclipse.test.performance
public org.eclipse.test.performance.PerformanceTestCase extends junit.framework.TestCase {
	protected org.eclipse.test.performance.PerformanceMeter fPerformanceMeter
	public void  () 
	public void  (java.lang.String) 
		String name
	protected void setUp ()  throws java.lang.Exception 
		org.eclipse.test.performance.Performance performance
	protected void tearDown ()  throws java.lang.Exception 
	public void tagAsGlobalSummary (java.lang.String, org.eclipse.test.performance.Dimension) 
		String shortName
		org.eclipse.test.performance.Dimension dimension
		org.eclipse.test.performance.Performance performance
	public void tagAsGlobalSummary (java.lang.String, org.eclipse.test.performance.Dimension[]) 
		String shortName
		org.eclipse.test.performance.Dimension[] dimensions
		org.eclipse.test.performance.Performance performance
	public void tagAsSummary (java.lang.String, org.eclipse.test.performance.Dimension) 
		String shortName
		org.eclipse.test.performance.Dimension dimension
		org.eclipse.test.performance.Performance performance
	public void tagAsSummary (java.lang.String, org.eclipse.test.performance.Dimension[]) 
		String shortName
		org.eclipse.test.performance.Dimension[] dimensions
		org.eclipse.test.performance.Performance performance
	public void setComment (int, java.lang.String) 
		int commentKind
		String commentText
		org.eclipse.test.performance.Performance performance
	protected void startMeasuring () 
	protected void stopMeasuring () 
	protected void commitMeasurements () 
	protected void assertPerformance () 
	protected void assertPerformanceInRelativeBand (org.eclipse.test.performance.Dimension, int, int) 
		org.eclipse.test.performance.Dimension dim
		int lowerPercentage
		int upperPercentage
}

doc/FP_I200409240800_I200410050800.jpeg
doc/Performance Tests HowTo.html
.classpath
build.properties
.cvsignore
.project