public interface AveragedProjectDiscovery
The following features are supported:
BenchmarkPackage.getAveragedProjectDiscovery()| Modifier and Type | Method and Description |
|---|---|
double |
getAverageExecutionTimeInSeconds()
Returns the value of the 'Average Execution Time In Seconds' attribute.
|
double |
getAverageSaveTimeInSeconds()
Returns the value of the 'Average Save Time In Seconds' attribute.
|
double |
getExecutionTimeStandardDeviation()
Returns the value of the 'Execution Time Standard Deviation' attribute.
|
|
getOccurrences()
Returns the value of the 'Occurrences' containment reference list.
|
double |
getSaveTimeStandardDeviation()
Returns the value of the 'Save Time Standard Deviation' attribute.
|
double getAverageExecutionTimeInSeconds()
If the meaning of the 'Average Execution Time In Seconds' attribute isn't clear, there really should be more of a description here...
BenchmarkPackage.getAveragedProjectDiscovery_AverageExecutionTimeInSeconds()double getAverageSaveTimeInSeconds()
If the meaning of the 'Average Save Time In Seconds' attribute isn't clear, there really should be more of a description here...
BenchmarkPackage.getAveragedProjectDiscovery_AverageSaveTimeInSeconds()double getExecutionTimeStandardDeviation()
If the meaning of the 'Execution Time Standard Deviation' attribute isn't clear, there really should be more of a description here...
BenchmarkPackage.getAveragedProjectDiscovery_ExecutionTimeStandardDeviation()double getSaveTimeStandardDeviation()
If the meaning of the 'Save Time Standard Deviation' attribute isn't clear, there really should be more of a description here...
BenchmarkPackage.getAveragedProjectDiscovery_SaveTimeStandardDeviation()getOccurrences()
ProjectDiscovery.
If the meaning of the 'Occurrences' containment reference list isn't clear, there really should be more of a description here...
BenchmarkPackage.getAveragedProjectDiscovery_Occurrences()