Searched refs:scenarioName (Results 1 – 5 of 5) sorted by relevance
97 String scenarioName = scenarioResults.getName(); in getLineGraph() local98 TimeLineGraph graph = new TimeLineGraph(scenarioName + ": " + dim.getName(), dim); in getLineGraph()409 String scenarioName= scenarioResults.getName(); in printDetails() local423 …stream.print("<title>" + scenarioName + "(" + configBox + ")" + " - Details</title></head>\n"); //… in printDetails()424 stream.print("<h4>Scenario: " + scenarioName + " (" + configBox + ")</h4>\n"); //$NON-NLS-1$ in printDetails()
638 String scenarioName = ((ScenarioResults) scenarioNames.get(s)).getName(); in printSummary() local639 if (scenarioName == null) continue; in printSummary()640 ScenarioResults scenarioResults = this.performanceResults.getScenarioResults(scenarioName); in printSummary()649 stream.print(scenarioName); in printSummary()
453 static String getComponentNameFromScenario(String scenarioName) { in getComponentNameFromScenario() argument456 if (scenarioName.startsWith(KNOWN_COMPONENTS[i])) { in getComponentNameFromScenario()460 StringTokenizer tokenizer = new StringTokenizer(scenarioName, "."); in getComponentNameFromScenario()471 …System.err.println(scenarioName+" does not belongs to a known Eclipse component. So use scenario p… in getComponentNameFromScenario()
314 public ScenarioResults getScenarioResults(String scenarioName) { in getScenarioResults() argument315 …nentResults = (ComponentResults) getResults(DB_Results.getComponentNameFromScenario(scenarioName)); in getScenarioResults()316 …turn componentResults == null ? null : (ScenarioResults) componentResults.getResults(scenarioName); in getScenarioResults()
410 public void select(ComponentResultsElement componentResults, String configName, String scenarioName… in select() argument422 …scenarioResultsElement = (ScenarioResultsElement) componentResults.getResultsElement(scenarioName); in select()