<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2003 by Donald Firesmith
function includePerformanceSubfactorLinks() {
document.write(
'<span class="tiny">',
'       <a href="../../QualityFactors/Performance.html"><strong>Performance Subfactors:</strong></a>',
'&nbsp; <a href="Jitter.html">Jitter</a>',
'&nbsp; <a href="Latency.html">Latency</a>',
'&nbsp; <a href="ResponseTime.html">Response_Time</a>',
'&nbsp; <a href="Schedulability.html">Schedulability</a>',
'&nbsp; <a href="Throughput.html">Throughput</a>',
'</span>'
);
}
// stop hiding -->

