Searched refs:performanceReport (Results 1 – 1 of 1) sorted by relevance
225 Report performanceReport = createPerformanceReport(); in getInvocationSummary() local227 sb.append(performanceReport.success ? "PASSED" : "FAILED"); in getInvocationSummary()229 sb.append(performanceReport.text); in getInvocationSummary()230 if (!performanceReport.success) { in getInvocationSummary()